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

Functions

constexpr FwOpcodeType getEventOpcode (const FwOpcodeType opcode)
 

Variables

constexpr bool IncludeCommandOpcodesInEvents = true
 

Function Documentation

◆ getEventOpcode()

constexpr FwOpcodeType Svc::CmdDispatcherCfg::getEventOpcode ( const FwOpcodeType  opcode)

Definition at line 27 of file CommandDispatcherImplCfg.hpp.

Variable Documentation

◆ IncludeCommandOpcodesInEvents

constexpr bool Svc::CmdDispatcherCfg::IncludeCommandOpcodesInEvents = true

Include command opcodes in events when true. When false, opcode fields are set to the maximum FwOpcodeType value.

Definition at line 25 of file CommandDispatcherImplCfg.hpp.