F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FramingProtocol/FramingProtocol.hpp>
#include <Svc/FramingProtocol/DeframingProtocol.hpp>
Go to the source code of this file.
Classes | |
class | Svc::FprimeFraming |
Implements the F Prime framing protocol. More... | |
class | Svc::FprimeDeframing |
Implements the F Prime deframing protocol. More... | |
Namespaces | |
Svc | |
Svc::FpFrameHeader | |
Typedefs | |
typedef U32 | Svc::FpFrameHeader::TokenType |
Token type for F Prime frame header. More... | |
Enumerations | |
enum | { Svc::FpFrameHeader::SIZE = sizeof(TokenType) * 2 } |
Variables | |
const TokenType | Svc::FpFrameHeader::START_WORD = static_cast<TokenType>(0xdeadbeef) |
The start word for F Prime framing. More... | |