![]() |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/TlmPacketizer/TlmPacketizer.hpp>
Public Member Functions | |
| TlmPacketizer (const char *const compName) | |
| void | init (const NATIVE_INT_TYPE queueDepth, const NATIVE_INT_TYPE instance=0) |
| void | setPacketList (const TlmPacketizerPacketList &packetList, const Svc::TlmPacketizerPacket &ignoreList, const NATIVE_UINT_TYPE startLevel) |
| ~TlmPacketizer (void) | |
Definition at line 21 of file TlmPacketizer.hpp.
| Svc::TlmPacketizer::TlmPacketizer | ( | const char *const | compName | ) |
Construct object TlmPacketizer
| compName | The component name |
Definition at line 22 of file TlmPacketizer.cpp.
| Svc::TlmPacketizer::~TlmPacketizer | ( | void | ) |
Destroy object TlmPacketizer
Definition at line 68 of file TlmPacketizer.cpp.
| void Svc::TlmPacketizer::init | ( | const NATIVE_INT_TYPE | queueDepth, |
| const NATIVE_INT_TYPE | instance = 0 |
||
| ) |
Initialize object TlmPacketizer
| queueDepth | The queue depth |
| instance | The instance number |
Definition at line 59 of file TlmPacketizer.cpp.
| void Svc::TlmPacketizer::setPacketList | ( | const TlmPacketizerPacketList & | packetList, |
| const Svc::TlmPacketizerPacket & | ignoreList, | ||
| const NATIVE_UINT_TYPE | startLevel | ||
| ) |
Definition at line 73 of file TlmPacketizer.cpp.