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
9
#include "
Fw/Types/LinearBufferTemplate.hpp
"
10
#include "
SdlsKeyConfig/FppConstantsAc.hpp
"
11
12
namespace
Svc
{
13
namespace
Ccsds {
14
15
using
SdlsKeyBuffer
=
Fw::LinearBufferTemplate<SdlsCfg::MAX_SDLS_KEY_SIZE>
;
16
17
}
// namespace Ccsds
18
}
// namespace Svc
19
20
#endif
Fw::LinearBufferTemplate
Definition:
LinearBufferTemplate.hpp:24
FppConstantsAc.hpp
LinearBufferTemplate.hpp
Svc
RateGroupDivider component implementation.
Definition:
ActiveRateGroupCfg.hpp:18
Svc
Ccsds
Types
SdlsKeyBuffer.hpp
Generated by
1.8.14