F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
SdlsKeyBuffer.hpp
Go to the documentation of this file.
1 // ======================================================================
2 // @file SdlsKeyBuffer.hpp
3 // @brief An on-stack buffer sized to hold an SDLS key
4 // ======================================================================
5 
6 #ifndef SVC_CCSDS_SDLS_KEY_BUFFER_HPP
7 #define SVC_CCSDS_SDLS_KEY_BUFFER_HPP
8 
11 
12 namespace Svc {
13 namespace Ccsds {
14 
16 
17 } // namespace Ccsds
18 } // namespace Svc
19 
20 #endif
RateGroupDivider component implementation.