![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/ComSplitter/ComSplitter.hpp>
Public Member Functions | |
| ComSplitter (const char *compName) | |
| ~ComSplitter () | |
| void | init (NATIVE_INT_TYPE instance) |
Public Member Functions inherited from Svc::ComSplitterComponentBase | |
| void | init (NATIVE_INT_TYPE instance=0) |
| Initialize ComSplitterComponentBase object. More... | |
| Fw::InputComPort * | get_comIn_InputPort (NATIVE_INT_TYPE portNum) |
| void | set_comOut_OutputPort (NATIVE_INT_TYPE portNum, Fw::InputComPort *port) |
| Connect port to comOut[portNum]. More... | |
Public Member Functions inherited from Fw::PassiveComponentBase | |
| void | setIdBase (const U32) |
| Set the ID base. More... | |
| U32 | getIdBase () const |
Friends | |
| class | ComSplitterComponentBaseFriend |
Additional Inherited Members | |
Protected Types inherited from Svc::ComSplitterComponentBase | |
| enum | { NUM_COMIN_INPUT_PORTS = 1 } |
| Enumerations for numbers of typed input ports. More... | |
| enum | { NUM_COMOUT_OUTPUT_PORTS = 5 } |
| Enumerations for numbers of typed output ports. More... | |
Protected Member Functions inherited from Svc::ComSplitterComponentBase | |
| ComSplitterComponentBase (const char *compName="") | |
| Construct ComSplitterComponentBase object. More... | |
| virtual | ~ComSplitterComponentBase () |
| Destroy ComSplitterComponentBase object. More... | |
| NATIVE_INT_TYPE | getNum_comIn_InputPorts () const |
| NATIVE_INT_TYPE | getNum_comOut_OutputPorts () const |
| bool | isConnected_comOut_OutputPort (NATIVE_INT_TYPE portNum) |
| void | comIn_handlerBase (NATIVE_INT_TYPE portNum, Fw::ComBuffer &data, U32 context) |
| Handler base-class function for input port comIn. More... | |
| void | comOut_out (NATIVE_INT_TYPE portNum, Fw::ComBuffer &data, U32 context) |
| Invoke output port comOut. More... | |
Protected Member Functions inherited from Fw::PassiveComponentBase | |
| PassiveComponentBase (const char *name) | |
| Named constructor. More... | |
| virtual | ~PassiveComponentBase () |
| Destructor. More... | |
| void | init (NATIVE_INT_TYPE instance) |
| Initialization function. More... | |
| NATIVE_INT_TYPE | getInstance () const |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Definition at line 15 of file ComSplitter.hpp.
| Svc::ComSplitter::ComSplitter | ( | const char * | compName | ) |
Definition at line 16 of file ComSplitter.cpp.
| Svc::ComSplitter::~ComSplitter | ( | ) |
Definition at line 23 of file ComSplitter.cpp.
| void Svc::ComSplitter::init | ( | NATIVE_INT_TYPE | instance | ) |
Definition at line 29 of file ComSplitter.cpp.
|
friend |
Definition at line 23 of file ComSplitter.hpp.