![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/TlmPacketizer/TlmPacketizerTypes.hpp>
Public Attributes | |
| const TlmPacketizerChannelEntry * | list |
| pointer to a channel entry More... | |
| FwTlmPacketizeIdType | id |
| packet ID More... | |
| NATIVE_UINT_TYPE | level |
| packet level - used to select set of packets to send More... | |
| NATIVE_UINT_TYPE | numEntries |
| number of channels in packet More... | |
Definition at line 26 of file TlmPacketizerTypes.hpp.
| FwTlmPacketizeIdType Svc::TlmPacketizerPacket::id |
packet ID
Definition at line 28 of file TlmPacketizerTypes.hpp.
| NATIVE_UINT_TYPE Svc::TlmPacketizerPacket::level |
packet level - used to select set of packets to send
Definition at line 29 of file TlmPacketizerTypes.hpp.
| const TlmPacketizerChannelEntry* Svc::TlmPacketizerPacket::list |
pointer to a channel entry
Definition at line 27 of file TlmPacketizerTypes.hpp.
| NATIVE_UINT_TYPE Svc::TlmPacketizerPacket::numEntries |
number of channels in packet
Definition at line 30 of file TlmPacketizerTypes.hpp.