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

Go to the source code of this file.

Namespaces

 ComCfg
 
 Fw
 Implementation of malloc based allocator.
 
 Fw::DpCfg
 
 Svc
 RateGroupDivider component implementation.
 
 Svc::FileDispatcherCfg
 
 Svc::Fpy
 
 Svc::GenericHubCfg
 

Enumerations

enum  FppConstant_ActiveRateGroupOutputPorts { ActiveRateGroupOutputPorts = 10 }
 Number of rate group member output ports for ActiveRateGroup. More...
 
enum  FppConstant_PassiveRateGroupOutputPorts { PassiveRateGroupOutputPorts = 10 }
 Number of rate group member output ports for PassiveRateGroup. More...
 
enum  FppConstant_RateGroupDriverRateGroupPorts { RateGroupDriverRateGroupPorts = 3 }
 Used to drive rate groups. More...
 
enum  FppConstant_CmdDispatcherComponentCommandPorts { CmdDispatcherComponentCommandPorts = 30 }
 Used for command and registration ports. More...
 
enum  FppConstant_CmdDispatcherSequencePorts { CmdDispatcherSequencePorts = 5 }
 Used for uplink/sequencer buffer/response ports. More...
 
enum  FppConstant_SeqDispatcherSequencerPorts { SeqDispatcherSequencerPorts = 2 }
 Used for dispatching sequences to command sequencers. More...
 
enum  FppConstant_CmdSplitterPorts { CmdSplitterPorts = 5 }
 Used for sizing the command splitter input arrays. More...
 
enum  FppConstant_StaticMemoryAllocations { StaticMemoryAllocations = 4 }
 Number of static memory allocations. More...
 
enum  FppConstant_HealthPingPorts { HealthPingPorts = 25 }
 Used to ping active components. More...
 
enum  FppConstant_FileDownCompletePorts { FileDownCompletePorts = 1 }
 Used for broadcasting completed file downlinks. More...
 
enum  FppConstant_ComQueueComPorts { ComQueueComPorts = 2 }
 Used for number of Fw::Com type ports supported by Svc::ComQueue. More...
 
enum  FppConstant_ComQueueBufferPorts { ComQueueBufferPorts = 1 }
 Used for number of Fw::Buffer type ports supported by Svc::ComQueue. More...
 
enum  FppConstant_BufferRepeaterOutputPorts { BufferRepeaterOutputPorts = 10 }
 Used for maximum number of connected buffer repeater consumers. More...
 
enum  FppConstant_DpManagerNumPorts { DpManagerNumPorts = 5 }
 Size of port array for DpManager. More...
 
enum  FppConstant_DpWriterNumProcPorts { DpWriterNumProcPorts = 5 }
 Size of processing port array for DpWriter. More...
 
enum  FppConstant_FileNameStringSize { FileNameStringSize = 200 }
 The size of a file name string. More...
 
enum  FppConstant_FwAssertTextSize { FwAssertTextSize = 256 }
 The size of an assert text string. More...
 
enum  FppConstant_AssertFatalAdapterEventFileSize { AssertFatalAdapterEventFileSize = 200 }
 
enum  FppConstant_SIZE_OF_FwPacketDescriptorType { SIZE_OF_FwPacketDescriptorType = 2 }
 Size of FwPacketDescriptorType in bytes. More...
 
enum  ComCfg::FppConstant_SpacecraftId { ComCfg::SpacecraftId = 68 }
 Spacecraft ID (10 bits) for CCSDS Data Link layer. More...
 
enum  ComCfg::FppConstant_TmFrameFixedSize { ComCfg::TmFrameFixedSize = 1024 }
 Fixed size of CCSDS TM frames. More...
 
enum  ComCfg::FppConstant_AggregationSize { ComCfg::AggregationSize = 1009 }
 Aggregation buffer for ComAggregator component. More...
 
enum  Fw::DpCfg::FppConstant_CONTAINER_USER_DATA_SIZE { Fw::DpCfg::CONTAINER_USER_DATA_SIZE = 32 }
 
enum  Svc::FileDispatcherCfg::FppConstant_FILE_DISPATCHER_MAX_TABLE_SIZE { Svc::FileDispatcherCfg::FILE_DISPATCHER_MAX_TABLE_SIZE = 10 }
 
enum  FppConstant_SIZE_OF_FwIdType { SIZE_OF_FwIdType = 4 }
 Size of FwIdType in bytes. More...
 
enum  FppConstant_SIZE_OF_FwChanIdType { SIZE_OF_FwChanIdType = 4 }
 Size of FwChanIdType in bytes. More...
 
enum  FppConstant_SIZE_OF_FwEventIdType { SIZE_OF_FwEventIdType = 4 }
 Size of FwEventIdType in bytes. More...
 
enum  FppConstant_SIZE_OF_FwOpcodeType { SIZE_OF_FwOpcodeType = 4 }
 Size of FwOpcodeType in bytes. More...
 
enum  FppConstant_SIZE_OF_FwPrmIdType { SIZE_OF_FwPrmIdType = 4 }
 Size of FwPrmIdType in bytes. More...
 
enum  FppConstant_FW_OBJ_SIMPLE_REG_BUFF_SIZE { FW_OBJ_SIMPLE_REG_BUFF_SIZE = 255 }
 
enum  FppConstant_FW_QUEUE_NAME_BUFFER_SIZE { FW_QUEUE_NAME_BUFFER_SIZE = 80 }
 Specifies the size of the string holding the queue name for queues. More...
 
enum  FppConstant_FW_TASK_NAME_BUFFER_SIZE { FW_TASK_NAME_BUFFER_SIZE = 80 }
 Specifies the size of the string holding the task name for active components and tasks. More...
 
enum  FppConstant_FW_COM_BUFFER_MAX_SIZE { FW_COM_BUFFER_MAX_SIZE = 512 }
 Specifies the size of the buffer that contains a communications packet. More...
 
enum  FppConstant_FW_SM_SIGNAL_BUFFER_MAX_SIZE { FW_SM_SIGNAL_BUFFER_MAX_SIZE = 128 }
 Specifies the size of the buffer attached to state machine signals. More...
 
enum  FppConstant_FW_CMD_ARG_BUFFER_MAX_SIZE { FW_CMD_ARG_BUFFER_MAX_SIZE = 506 }
 Specifies the size of the buffer that contains the serialized command arguments. More...
 
enum  FppConstant_FW_CMD_STRING_MAX_SIZE { FW_CMD_STRING_MAX_SIZE = 40 }
 Specifies the maximum size of a string in a command argument. More...
 
enum  FppConstant_FW_LOG_BUFFER_MAX_SIZE { FW_LOG_BUFFER_MAX_SIZE = 506 }
 Specifies the size of the buffer that contains the serialized log arguments. More...
 
enum  FppConstant_FW_LOG_STRING_MAX_SIZE { FW_LOG_STRING_MAX_SIZE = 200 }
 
enum  FppConstant_FW_TLM_BUFFER_MAX_SIZE { FW_TLM_BUFFER_MAX_SIZE = 506 }
 Specifies the size of the buffer that contains the serialized telemetry value. More...
 
enum  FppConstant_FW_STATEMENT_ARG_BUFFER_MAX_SIZE { FW_STATEMENT_ARG_BUFFER_MAX_SIZE = 506 }
 Specifies the size of the buffer that contains the serialized telemetry value. More...
 
enum  FppConstant_FW_TLM_STRING_MAX_SIZE { FW_TLM_STRING_MAX_SIZE = 40 }
 Specifies the maximum size of a string in a telemetry channel. More...
 
enum  FppConstant_FW_PARAM_BUFFER_MAX_SIZE { FW_PARAM_BUFFER_MAX_SIZE = 506 }
 Specifies the size of the buffer that contains the serialized parameter value. More...
 
enum  FppConstant_FW_PARAM_STRING_MAX_SIZE { FW_PARAM_STRING_MAX_SIZE = 40 }
 Specifies the maximum size of a string in a parameter. More...
 
enum  FppConstant_FW_FILE_BUFFER_MAX_SIZE { FW_FILE_BUFFER_MAX_SIZE = 512 }
 Specifies the maximum size of a file downlink chunk. More...
 
enum  FppConstant_FW_INTERNAL_INTERFACE_STRING_MAX_SIZE { FW_INTERNAL_INTERFACE_STRING_MAX_SIZE = 256 }
 Specifies the maximum size of a string in an interface call. More...
 
enum  FppConstant_FW_LOG_TEXT_BUFFER_SIZE { FW_LOG_TEXT_BUFFER_SIZE = 256 }
 Defines the size of the text log string buffer. Should be large enough for format string and arguments. More...
 
enum  FppConstant_FW_FIXED_LENGTH_STRING_SIZE { FW_FIXED_LENGTH_STRING_SIZE = 256 }
 
enum  FppConstant_FW_OBJ_SIMPLE_REG_ENTRIES { FW_OBJ_SIMPLE_REG_ENTRIES = 500 }
 For the simple object registry provided with the framework, this specifies how many objects the registry will store. More...
 
enum  FppConstant_FW_QUEUE_SIMPLE_QUEUE_ENTRIES { FW_QUEUE_SIMPLE_QUEUE_ENTRIES = 100 }
 For the simple queue registry provided with the framework, this specifies how many queues the registry will store. More...
 
enum  FppConstant_FW_ASSERT_COUNT_MAX { FW_ASSERT_COUNT_MAX = 10 }
 Maximum number of cascading FW_ASSERT check failures before forcing a system assert. More...
 
enum  FppConstant_FW_CONTEXT_DONT_CARE { FW_CONTEXT_DONT_CARE = 255 }
 Don't care value for time contexts in sequences. More...
 
enum  FppConstant_FW_SERIALIZE_TRUE_VALUE { FW_SERIALIZE_TRUE_VALUE = 255 }
 Value encoded during serialization for boolean true. More...
 
enum  FppConstant_FW_SERIALIZE_FALSE_VALUE { FW_SERIALIZE_FALSE_VALUE = 0 }
 Value encoded during serialization for boolean false. More...
 
enum  Svc::Fpy::FppConstant_MAX_SEQUENCE_ARG_COUNT { Svc::Fpy::MAX_SEQUENCE_ARG_COUNT = 16 }
 The maximum number of arguments a sequence can have. More...
 
enum  Svc::Fpy::FppConstant_MAX_SEQUENCE_STATEMENT_COUNT { Svc::Fpy::MAX_SEQUENCE_STATEMENT_COUNT = 1024 }
 The maximum number of statements a sequence can have. More...
 
enum  Svc::Fpy::FppConstant_MAX_STACK_SIZE { Svc::Fpy::MAX_STACK_SIZE = 65535 }
 the maximum number of bytes in a stack More...
 
enum  Svc::Fpy::FppConstant_MAX_DIRECTIVE_SIZE { Svc::Fpy::MAX_DIRECTIVE_SIZE = 2048 }
 the maximum number of bytes in a directive More...
 
enum  Svc::GenericHubCfg::FppConstant_NumSerialInputPorts { Svc::GenericHubCfg::NumSerialInputPorts = 10 }
 
enum  Svc::GenericHubCfg::FppConstant_NumBufferInputPorts { Svc::GenericHubCfg::NumBufferInputPorts = 10 }
 
enum  Svc::GenericHubCfg::FppConstant_NumSerialOutputPorts { Svc::GenericHubCfg::NumSerialOutputPorts = 10 }
 
enum  Svc::GenericHubCfg::FppConstant_NumBufferOutputPorts { Svc::GenericHubCfg::NumBufferOutputPorts = 10 }
 
enum  FppConstant_FW_CONSOLE_HANDLE_MAX_SIZE { FW_CONSOLE_HANDLE_MAX_SIZE = 24 }
 Maximum size of a handle for Os::Console. More...
 
enum  FppConstant_FW_TASK_HANDLE_MAX_SIZE { FW_TASK_HANDLE_MAX_SIZE = 40 }
 Maximum size of a handle for Os::Task. More...
 
enum  FppConstant_FW_FILE_HANDLE_MAX_SIZE { FW_FILE_HANDLE_MAX_SIZE = 16 }
 Maximum size of a handle for Os::File. More...
 
enum  FppConstant_FW_MUTEX_HANDLE_MAX_SIZE { FW_MUTEX_HANDLE_MAX_SIZE = 72 }
 Maximum size of a handle for Os::Mutex. More...
 
enum  FppConstant_FW_QUEUE_HANDLE_MAX_SIZE { FW_QUEUE_HANDLE_MAX_SIZE = 368 }
 Maximum size of a handle for Os::Queue. More...
 
enum  FppConstant_FW_DIRECTORY_HANDLE_MAX_SIZE { FW_DIRECTORY_HANDLE_MAX_SIZE = 16 }
 Maximum size of a handle for Os::Directory. More...
 
enum  FppConstant_FW_FILESYSTEM_HANDLE_MAX_SIZE { FW_FILESYSTEM_HANDLE_MAX_SIZE = 16 }
 Maximum size of a handle for Os::FileSystem. More...
 
enum  FppConstant_FW_RAW_TIME_HANDLE_MAX_SIZE { FW_RAW_TIME_HANDLE_MAX_SIZE = 56 }
 Maximum size of a handle for Os::RawTime. More...
 
enum  FppConstant_FW_RAW_TIME_SERIALIZATION_MAX_SIZE { FW_RAW_TIME_SERIALIZATION_MAX_SIZE = 8 }
 Maximum allowed serialization size for Os::RawTime objects. More...
 
enum  FppConstant_FW_CONDITION_VARIABLE_HANDLE_MAX_SIZE { FW_CONDITION_VARIABLE_HANDLE_MAX_SIZE = 56 }
 Maximum size of a handle for Os::ConditionVariable. More...
 
enum  FppConstant_FW_CPU_HANDLE_MAX_SIZE { FW_CPU_HANDLE_MAX_SIZE = 16 }
 Maximum size of a handle for Os::Cpu. More...
 
enum  FppConstant_FW_MEMORY_HANDLE_MAX_SIZE { FW_MEMORY_HANDLE_MAX_SIZE = 16 }
 Maximum size of a handle for Os::Memory. More...
 
enum  FppConstant_FW_HANDLE_ALIGNMENT { FW_HANDLE_ALIGNMENT = 8 }
 Alignment of handle storage. More...
 
enum  FppConstant_FW_FILE_CHUNK_SIZE { FW_FILE_CHUNK_SIZE = 512 }
 Chunk size for working with files in the OSAL layer. More...
 

Enumeration Type Documentation

◆ FppConstant_ActiveRateGroupOutputPorts

Number of rate group member output ports for ActiveRateGroup.

Enumerator
ActiveRateGroupOutputPorts 

Definition at line 13 of file FppConstantsAc.hpp.

◆ FppConstant_AssertFatalAdapterEventFileSize

The size of a file name in an AssertFatalAdapter event Note: File names in assertion failures are also truncated by the constants FW_ASSERT_TEXT_SIZE and FW_LOG_STRING_MAX_SIZE, set in FpConfig.h.

Enumerator
AssertFatalAdapterEventFileSize 

Definition at line 101 of file FppConstantsAc.hpp.

◆ FppConstant_BufferRepeaterOutputPorts

Used for maximum number of connected buffer repeater consumers.

Enumerator
BufferRepeaterOutputPorts 

Definition at line 73 of file FppConstantsAc.hpp.

◆ FppConstant_CmdDispatcherComponentCommandPorts

Used for command and registration ports.

Enumerator
CmdDispatcherComponentCommandPorts 

Definition at line 28 of file FppConstantsAc.hpp.

◆ FppConstant_CmdDispatcherSequencePorts

Used for uplink/sequencer buffer/response ports.

Enumerator
CmdDispatcherSequencePorts 

Definition at line 33 of file FppConstantsAc.hpp.

◆ FppConstant_CmdSplitterPorts

Used for sizing the command splitter input arrays.

Enumerator
CmdSplitterPorts 

Definition at line 43 of file FppConstantsAc.hpp.

◆ FppConstant_ComQueueBufferPorts

Used for number of Fw::Buffer type ports supported by Svc::ComQueue.

Enumerator
ComQueueBufferPorts 

Definition at line 68 of file FppConstantsAc.hpp.

◆ FppConstant_ComQueueComPorts

Used for number of Fw::Com type ports supported by Svc::ComQueue.

Enumerator
ComQueueComPorts 

Definition at line 63 of file FppConstantsAc.hpp.

◆ FppConstant_DpManagerNumPorts

Size of port array for DpManager.

Enumerator
DpManagerNumPorts 

Definition at line 78 of file FppConstantsAc.hpp.

◆ FppConstant_DpWriterNumProcPorts

Size of processing port array for DpWriter.

Enumerator
DpWriterNumProcPorts 

Definition at line 83 of file FppConstantsAc.hpp.

◆ FppConstant_FileDownCompletePorts

Used for broadcasting completed file downlinks.

Enumerator
FileDownCompletePorts 

Definition at line 58 of file FppConstantsAc.hpp.

◆ FppConstant_FileNameStringSize

The size of a file name string.

Enumerator
FileNameStringSize 

Definition at line 88 of file FppConstantsAc.hpp.

◆ FppConstant_FW_ASSERT_COUNT_MAX

Maximum number of cascading FW_ASSERT check failures before forcing a system assert.

Enumerator
FW_ASSERT_COUNT_MAX 

Definition at line 284 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CMD_ARG_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains the serialized command arguments.

Enumerator
FW_CMD_ARG_BUFFER_MAX_SIZE 

Definition at line 207 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CMD_STRING_MAX_SIZE

Specifies the maximum size of a string in a command argument.

Enumerator
FW_CMD_STRING_MAX_SIZE 

Definition at line 212 of file FppConstantsAc.hpp.

◆ FppConstant_FW_COM_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains a communications packet.

Enumerator
FW_COM_BUFFER_MAX_SIZE 

Definition at line 197 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CONDITION_VARIABLE_HANDLE_MAX_SIZE

Maximum size of a handle for Os::ConditionVariable.

Enumerator
FW_CONDITION_VARIABLE_HANDLE_MAX_SIZE 

Definition at line 401 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CONSOLE_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Console.

Enumerator
FW_CONSOLE_HANDLE_MAX_SIZE 

Definition at line 356 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CONTEXT_DONT_CARE

Don't care value for time contexts in sequences.

Enumerator
FW_CONTEXT_DONT_CARE 

Definition at line 289 of file FppConstantsAc.hpp.

◆ FppConstant_FW_CPU_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Cpu.

Enumerator
FW_CPU_HANDLE_MAX_SIZE 

Definition at line 406 of file FppConstantsAc.hpp.

◆ FppConstant_FW_DIRECTORY_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Directory.

Enumerator
FW_DIRECTORY_HANDLE_MAX_SIZE 

Definition at line 381 of file FppConstantsAc.hpp.

◆ FppConstant_FW_FILE_BUFFER_MAX_SIZE

Specifies the maximum size of a file downlink chunk.

Enumerator
FW_FILE_BUFFER_MAX_SIZE 

Definition at line 253 of file FppConstantsAc.hpp.

◆ FppConstant_FW_FILE_CHUNK_SIZE

Chunk size for working with files in the OSAL layer.

Enumerator
FW_FILE_CHUNK_SIZE 

Definition at line 421 of file FppConstantsAc.hpp.

◆ FppConstant_FW_FILE_HANDLE_MAX_SIZE

Maximum size of a handle for Os::File.

Enumerator
FW_FILE_HANDLE_MAX_SIZE 

Definition at line 366 of file FppConstantsAc.hpp.

◆ FppConstant_FW_FILESYSTEM_HANDLE_MAX_SIZE

Maximum size of a handle for Os::FileSystem.

Enumerator
FW_FILESYSTEM_HANDLE_MAX_SIZE 

Definition at line 386 of file FppConstantsAc.hpp.

◆ FppConstant_FW_FIXED_LENGTH_STRING_SIZE

Configuration for Fw::String Note: FPrimeBasicTypes.hpp needs to be updated to sync enum

Enumerator
FW_FIXED_LENGTH_STRING_SIZE 

Definition at line 269 of file FppConstantsAc.hpp.

◆ FppConstant_FW_HANDLE_ALIGNMENT

Alignment of handle storage.

Enumerator
FW_HANDLE_ALIGNMENT 

Definition at line 416 of file FppConstantsAc.hpp.

◆ FppConstant_FW_INTERNAL_INTERFACE_STRING_MAX_SIZE

Specifies the maximum size of a string in an interface call.

Enumerator
FW_INTERNAL_INTERFACE_STRING_MAX_SIZE 

Definition at line 258 of file FppConstantsAc.hpp.

◆ FppConstant_FW_LOG_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains the serialized log arguments.

Enumerator
FW_LOG_BUFFER_MAX_SIZE 

Definition at line 217 of file FppConstantsAc.hpp.

◆ FppConstant_FW_LOG_STRING_MAX_SIZE

Specifies the maximum size of a string in a log event Note: This constant truncates file names in assertion failure event reports

Enumerator
FW_LOG_STRING_MAX_SIZE 

Definition at line 223 of file FppConstantsAc.hpp.

◆ FppConstant_FW_LOG_TEXT_BUFFER_SIZE

Defines the size of the text log string buffer. Should be large enough for format string and arguments.

Enumerator
FW_LOG_TEXT_BUFFER_SIZE 

Definition at line 263 of file FppConstantsAc.hpp.

◆ FppConstant_FW_MEMORY_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Memory.

Enumerator
FW_MEMORY_HANDLE_MAX_SIZE 

Definition at line 411 of file FppConstantsAc.hpp.

◆ FppConstant_FW_MUTEX_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Mutex.

Enumerator
FW_MUTEX_HANDLE_MAX_SIZE 

Definition at line 371 of file FppConstantsAc.hpp.

◆ FppConstant_FW_OBJ_SIMPLE_REG_BUFF_SIZE

When dumping the contents of the registry, this specifies the size of the buffer used to store object names. Should be >= FW_OBJ_NAME_BUFFER_SIZE.

Enumerator
FW_OBJ_SIMPLE_REG_BUFF_SIZE 

Definition at line 182 of file FppConstantsAc.hpp.

◆ FppConstant_FW_OBJ_SIMPLE_REG_ENTRIES

For the simple object registry provided with the framework, this specifies how many objects the registry will store.

Enumerator
FW_OBJ_SIMPLE_REG_ENTRIES 

Definition at line 274 of file FppConstantsAc.hpp.

◆ FppConstant_FW_PARAM_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains the serialized parameter value.

Enumerator
FW_PARAM_BUFFER_MAX_SIZE 

Definition at line 243 of file FppConstantsAc.hpp.

◆ FppConstant_FW_PARAM_STRING_MAX_SIZE

Specifies the maximum size of a string in a parameter.

Enumerator
FW_PARAM_STRING_MAX_SIZE 

Definition at line 248 of file FppConstantsAc.hpp.

◆ FppConstant_FW_QUEUE_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Queue.

Enumerator
FW_QUEUE_HANDLE_MAX_SIZE 

Definition at line 376 of file FppConstantsAc.hpp.

◆ FppConstant_FW_QUEUE_NAME_BUFFER_SIZE

Specifies the size of the string holding the queue name for queues.

Enumerator
FW_QUEUE_NAME_BUFFER_SIZE 

Definition at line 187 of file FppConstantsAc.hpp.

◆ FppConstant_FW_QUEUE_SIMPLE_QUEUE_ENTRIES

For the simple queue registry provided with the framework, this specifies how many queues the registry will store.

Enumerator
FW_QUEUE_SIMPLE_QUEUE_ENTRIES 

Definition at line 279 of file FppConstantsAc.hpp.

◆ FppConstant_FW_RAW_TIME_HANDLE_MAX_SIZE

Maximum size of a handle for Os::RawTime.

Enumerator
FW_RAW_TIME_HANDLE_MAX_SIZE 

Definition at line 391 of file FppConstantsAc.hpp.

◆ FppConstant_FW_RAW_TIME_SERIALIZATION_MAX_SIZE

Maximum allowed serialization size for Os::RawTime objects.

Enumerator
FW_RAW_TIME_SERIALIZATION_MAX_SIZE 

Definition at line 396 of file FppConstantsAc.hpp.

◆ FppConstant_FW_SERIALIZE_FALSE_VALUE

Value encoded during serialization for boolean false.

Enumerator
FW_SERIALIZE_FALSE_VALUE 

Definition at line 299 of file FppConstantsAc.hpp.

◆ FppConstant_FW_SERIALIZE_TRUE_VALUE

Value encoded during serialization for boolean true.

Enumerator
FW_SERIALIZE_TRUE_VALUE 

Definition at line 294 of file FppConstantsAc.hpp.

◆ FppConstant_FW_SM_SIGNAL_BUFFER_MAX_SIZE

Specifies the size of the buffer attached to state machine signals.

Enumerator
FW_SM_SIGNAL_BUFFER_MAX_SIZE 

Definition at line 202 of file FppConstantsAc.hpp.

◆ FppConstant_FW_STATEMENT_ARG_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains the serialized telemetry value.

Enumerator
FW_STATEMENT_ARG_BUFFER_MAX_SIZE 

Definition at line 233 of file FppConstantsAc.hpp.

◆ FppConstant_FW_TASK_HANDLE_MAX_SIZE

Maximum size of a handle for Os::Task.

Enumerator
FW_TASK_HANDLE_MAX_SIZE 

Definition at line 361 of file FppConstantsAc.hpp.

◆ FppConstant_FW_TASK_NAME_BUFFER_SIZE

Specifies the size of the string holding the task name for active components and tasks.

Enumerator
FW_TASK_NAME_BUFFER_SIZE 

Definition at line 192 of file FppConstantsAc.hpp.

◆ FppConstant_FW_TLM_BUFFER_MAX_SIZE

Specifies the size of the buffer that contains the serialized telemetry value.

Enumerator
FW_TLM_BUFFER_MAX_SIZE 

Definition at line 228 of file FppConstantsAc.hpp.

◆ FppConstant_FW_TLM_STRING_MAX_SIZE

Specifies the maximum size of a string in a telemetry channel.

Enumerator
FW_TLM_STRING_MAX_SIZE 

Definition at line 238 of file FppConstantsAc.hpp.

◆ FppConstant_FwAssertTextSize

The size of an assert text string.

Enumerator
FwAssertTextSize 

Definition at line 93 of file FppConstantsAc.hpp.

◆ FppConstant_HealthPingPorts

Used to ping active components.

Enumerator
HealthPingPorts 

Definition at line 53 of file FppConstantsAc.hpp.

◆ FppConstant_PassiveRateGroupOutputPorts

Number of rate group member output ports for PassiveRateGroup.

Enumerator
PassiveRateGroupOutputPorts 

Definition at line 18 of file FppConstantsAc.hpp.

◆ FppConstant_RateGroupDriverRateGroupPorts

Used to drive rate groups.

Enumerator
RateGroupDriverRateGroupPorts 

Definition at line 23 of file FppConstantsAc.hpp.

◆ FppConstant_SeqDispatcherSequencerPorts

Used for dispatching sequences to command sequencers.

Enumerator
SeqDispatcherSequencerPorts 

Definition at line 38 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwChanIdType

Size of FwChanIdType in bytes.

Enumerator
SIZE_OF_FwChanIdType 

Definition at line 161 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwEventIdType

Size of FwEventIdType in bytes.

Enumerator
SIZE_OF_FwEventIdType 

Definition at line 166 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwIdType

Size of FwIdType in bytes.

Enumerator
SIZE_OF_FwIdType 

Definition at line 156 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwOpcodeType

Size of FwOpcodeType in bytes.

Enumerator
SIZE_OF_FwOpcodeType 

Definition at line 171 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwPacketDescriptorType

Size of FwPacketDescriptorType in bytes.

Enumerator
SIZE_OF_FwPacketDescriptorType 

Definition at line 106 of file FppConstantsAc.hpp.

◆ FppConstant_SIZE_OF_FwPrmIdType

Size of FwPrmIdType in bytes.

Enumerator
SIZE_OF_FwPrmIdType 

Definition at line 176 of file FppConstantsAc.hpp.

◆ FppConstant_StaticMemoryAllocations

Number of static memory allocations.

Enumerator
StaticMemoryAllocations 

Definition at line 48 of file FppConstantsAc.hpp.