F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Svc::FpFrameHeader Namespace Reference

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 Documentation

◆ TokenType

Token type for F Prime frame header.

Definition at line 25 of file FprimeProtocol.hpp.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SIZE 

Header size for F Prime frame header.

Definition at line 27 of file FprimeProtocol.hpp.

Variable Documentation

◆ START_WORD

const TokenType Svc::FpFrameHeader::START_WORD = static_cast<TokenType>(0xdeadbeef)

The start word for F Prime framing.

Definition at line 33 of file FprimeProtocol.hpp.