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

Classes

class  DirectiveId
 
class  Footer
 
class  Header
 
class  Sequence
 
class  Statement
 
class  StatementType
 

Enumerations

enum  FppConstant_MAX_SEQUENCE_ARG_COUNT { MAX_SEQUENCE_ARG_COUNT = 16 }
 The maximum number of arguments a sequence can have. More...
 
enum  FppConstant_MAX_SEQUENCE_STATEMENT_COUNT { MAX_SEQUENCE_STATEMENT_COUNT = 1024 }
 The maximum number of statements a sequence can have. More...
 
enum  FppConstant_SCHEMA_VERSION { SCHEMA_VERSION = 1 }
 the current schema version (must be representable in U8) More...
 

Enumeration Type Documentation

◆ FppConstant_MAX_SEQUENCE_ARG_COUNT

The maximum number of arguments a sequence can have.

Enumerator
MAX_SEQUENCE_ARG_COUNT 

Definition at line 140 of file FppConstantsAc.hpp.

◆ FppConstant_MAX_SEQUENCE_STATEMENT_COUNT

The maximum number of statements a sequence can have.

Enumerator
MAX_SEQUENCE_STATEMENT_COUNT 

Definition at line 145 of file FppConstantsAc.hpp.

◆ FppConstant_SCHEMA_VERSION

the current schema version (must be representable in U8)

Enumerator
SCHEMA_VERSION 

Definition at line 17 of file FppConstantsAc.hpp.