|
enum | { NUM_DATAIN_INPUT_PORTS = 1,
NUM_DATARETURNIN_INPUT_PORTS = 1
} |
| Enumerations for numbers of typed input ports. More...
|
|
enum | { NUM_LOGOUT_OUTPUT_PORTS = 1,
NUM_LOGTEXTOUT_OUTPUT_PORTS = 1,
NUM_TIMECALLER_OUTPUT_PORTS = 1
} |
| Enumerations for numbers of special output ports. More...
|
|
enum | { NUM_BUFFERALLOCATE_OUTPUT_PORTS = 1,
NUM_BUFFERDEALLOCATE_OUTPUT_PORTS = 1,
NUM_DATAOUT_OUTPUT_PORTS = 1,
NUM_DATARETURNOUT_OUTPUT_PORTS = 1
} |
| Enumerations for numbers of typed output ports. More...
|
|
enum | { EVENTID_NOBUFFERAVAILABLE = 0x0
} |
| Event IDs. More...
|
|
| FrameAccumulatorComponentBase (const char *compName="") |
| Construct FrameAccumulatorComponentBase object. More...
|
|
virtual | ~FrameAccumulatorComponentBase () |
| Destroy FrameAccumulatorComponentBase object. More...
|
|
FwIndexType | getNum_dataIn_InputPorts () const |
|
FwIndexType | getNum_dataReturnIn_InputPorts () const |
|
FwIndexType | getNum_logOut_OutputPorts () const |
|
FwIndexType | getNum_timeCaller_OutputPorts () const |
|
FwIndexType | getNum_bufferAllocate_OutputPorts () const |
|
FwIndexType | getNum_bufferDeallocate_OutputPorts () const |
|
FwIndexType | getNum_dataOut_OutputPorts () const |
|
FwIndexType | getNum_dataReturnOut_OutputPorts () const |
|
bool | isConnected_logOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_timeCaller_OutputPort (FwIndexType portNum) |
|
bool | isConnected_bufferAllocate_OutputPort (FwIndexType portNum) |
|
bool | isConnected_bufferDeallocate_OutputPort (FwIndexType portNum) |
|
bool | isConnected_dataOut_OutputPort (FwIndexType portNum) |
|
bool | isConnected_dataReturnOut_OutputPort (FwIndexType portNum) |
|
void | dataIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Handler base-class function for input port dataIn. More...
|
|
void | dataReturnIn_handlerBase (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Handler base-class function for input port dataReturnIn. More...
|
|
Fw::Buffer | bufferAllocate_out (FwIndexType portNum, U32 size) |
| Invoke output port bufferAllocate. More...
|
|
void | bufferDeallocate_out (FwIndexType portNum, Fw::Buffer &fwBuffer) |
| Invoke output port bufferDeallocate. More...
|
|
void | dataOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Invoke output port dataOut. More...
|
|
void | dataReturnOut_out (FwIndexType portNum, Fw::Buffer &data, const ComCfg::FrameContext &context) |
| Invoke output port dataReturnOut. More...
|
|
void | log_WARNING_HI_NoBufferAvailable () const |
|
Fw::Time | getTime () const |
|
virtual void | lock () |
| Lock the guarded mutex. More...
|
|
virtual void | unLock () |
| Unlock the guarded mutex. More...
|
|
| PassiveComponentBase (const char *name) |
| Named constructor. More...
|
|
virtual | ~PassiveComponentBase () |
| Destructor. More...
|
|
void | init (FwEnumStoreType instance) |
| Initialization function. More...
|
|
FwEnumStoreType | getInstance () const |
|
| ObjBase (const char *name) |
| ObjBase constructor. More...
|
|
virtual | ~ObjBase () |
| Destructor. More...
|
|
void | init () |
| Object initializer. More...
|
|
Definition at line 17 of file FrameAccumulator.hpp.