F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
ClearTextDecryptor.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title ClearTextDecryptor.hpp
3
// \author lestarch-autobot
4
// \brief hpp file for ClearTextDecryptor component implementation class
5
// ======================================================================
6
7
#ifndef Svc_Ccsds_ClearTextDecryptor_HPP
8
#define Svc_Ccsds_ClearTextDecryptor_HPP
9
10
#include "Svc/Ccsds/ClearTextDecryptor/ClearTextDecryptorComponentAc.hpp"
11
12
namespace
Svc
{
13
14
namespace
Ccsds {
15
16
class
ClearTextDecryptor
final :
public
ClearTextDecryptorComponentBase {
17
public
:
18
// ----------------------------------------------------------------------
19
// Component construction and destruction
20
// ----------------------------------------------------------------------
21
23
ClearTextDecryptor
(
const
char
*
const
compName
24
);
25
27
~ClearTextDecryptor
();
28
29
private
:
30
// ----------------------------------------------------------------------
31
// Handler implementations for typed input ports
32
// ----------------------------------------------------------------------
33
37
void
decryptIn_handler(
FwIndexType
portNum,
38
U16 securityAssociationIndex,
39
Fw::Buffer
& data,
40
const
ComCfg::FrameContext
& context)
override
;
41
45
void
decryptReturnIn_handler(
FwIndexType
portNum,
46
Fw::Buffer
& data,
47
const
ComCfg::FrameContext
& context)
override
;
48
};
49
50
}
// namespace Ccsds
51
52
}
// namespace Svc
53
54
#endif
Svc::Ccsds::ClearTextDecryptor::~ClearTextDecryptor
~ClearTextDecryptor()
Destroy ClearTextDecryptor object.
Definition:
ClearTextDecryptor.cpp:19
Svc::Ccsds::ClearTextDecryptor::ClearTextDecryptor
ClearTextDecryptor(const char *const compName)
Construct ClearTextDecryptor object.
Definition:
ClearTextDecryptor.cpp:17
Svc::Ccsds::ClearTextDecryptor
Definition:
ClearTextDecryptor.hpp:16
FwIndexType
PlatformIndexType FwIndexType
Definition:
FwIndexTypeAliasAc.h:15
ComCfg::FrameContext
Type used to pass context info between components during framing/deframing.
Definition:
FrameContextSerializableAc.hpp:21
Svc
RateGroupDivider component implementation.
Definition:
ActiveRateGroupCfg.hpp:18
Fw::Buffer
Definition:
Buffer.hpp:53
Svc
Ccsds
ClearTextDecryptor
ClearTextDecryptor.hpp
Generated by
1.8.14