![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Typedefs | |
| typedef U32 | TokenType |
| Token type for F Prime frame header. More... | |
Enumerations | |
| enum | { SIZE = sizeof(TokenType) * 2 } |
Variables | |
| const TokenType | START_WORD = static_cast<TokenType>(0xdeadbeef) |
| The start word for F Prime framing. More... | |
| typedef U32 Svc::FpFrameHeader::TokenType |
Token type for F Prime frame header.
Definition at line 25 of file FprimeProtocol.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SIZE | Header size for F Prime frame header. |
Definition at line 27 of file FprimeProtocol.hpp.
The start word for F Prime framing.
Definition at line 33 of file FprimeProtocol.hpp.