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

Classes

class  Apid
 APIDs are 11 bits in the Space Packet protocol, so we use U16. Max value 7FF. More...
 
class  FrameContext
 Type used to pass context info between components during framing/deframing. More...
 

Enumerations

enum  { SpacecraftId = 68 }
 Spacecraft ID (10 bits) for CCSDS Data Link layer. More...
 
enum  { TmFrameFixedSize = 1024 }
 Fixed size of CCSDS TM frames. More...
 
enum  { AosMaxFrameFixedSize = 1536 }
 Upper Bound on Fixed size of CCSDS AOS frames. More...
 
enum  { AggregationSize = 1009 }
 Aggregation buffer for ComAggregator component. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Spacecraft ID (10 bits) for CCSDS Data Link layer.

Enumerator
SpacecraftId 

Definition at line 113 of file FppConstantsAc.hpp.

◆ anonymous enum

anonymous enum

Fixed size of CCSDS TM frames.

Enumerator
TmFrameFixedSize 

Definition at line 118 of file FppConstantsAc.hpp.

◆ anonymous enum

anonymous enum

Upper Bound on Fixed size of CCSDS AOS frames.

Enumerator
AosMaxFrameFixedSize 

Definition at line 123 of file FppConstantsAc.hpp.

◆ anonymous enum

anonymous enum

Aggregation buffer for ComAggregator component.

Enumerator
AggregationSize 

Definition at line 128 of file FppConstantsAc.hpp.