F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FprimeProtocol.hpp File Reference

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...