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  FppConstant_SpacecraftId { SpacecraftId = 68 }
 Spacecraft ID (10 bits) for CCSDS Data Link layer. More...
 
enum  FppConstant_TmFrameFixedSize { TmFrameFixedSize = 1024 }
 Fixed size of CCSDS TM frames. More...
 
enum  FppConstant_AggregationSize { AggregationSize = 1009 }
 Aggregation buffer for ComAggregator component. More...
 

Enumeration Type Documentation

◆ FppConstant_AggregationSize

Aggregation buffer for ComAggregator component.

Enumerator
AggregationSize 

Definition at line 153 of file FppConstantsAc.hpp.

◆ FppConstant_SpacecraftId

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

Enumerator
SpacecraftId 

Definition at line 143 of file FppConstantsAc.hpp.

◆ FppConstant_TmFrameFixedSize

Fixed size of CCSDS TM frames.

Enumerator
TmFrameFixedSize 

Definition at line 148 of file FppConstantsAc.hpp.