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

#include <Svc/ComSplitter/ComSplitter.hpp>

Inheritance diagram for Svc::ComSplitter:
Svc::ComSplitterComponentBase Fw::PassiveComponentBase Fw::ObjBase

Public Member Functions

 ComSplitter (const char *compName)
 
 ~ComSplitter ()
 
- Public Member Functions inherited from Svc::ComSplitterComponentBase
void init (FwEnumStoreType instance=0)
 Initialize ComSplitterComponentBase object. More...
 
Fw::InputComPortget_comIn_InputPort (FwIndexType portNum)
 
void set_comOut_OutputPort (FwIndexType 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...
 
FwIndexType getNum_comIn_InputPorts () const
 
FwIndexType getNum_comOut_OutputPorts () const
 
bool isConnected_comOut_OutputPort (FwIndexType portNum)
 
void comIn_handlerBase (FwIndexType portNum, Fw::ComBuffer &data, U32 context)
 Handler base-class function for input port comIn. More...
 
void comOut_out (FwIndexType 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...
 

Detailed Description

Definition at line 15 of file ComSplitter.hpp.

Constructor & Destructor Documentation

◆ ComSplitter()

Svc::ComSplitter::ComSplitter ( const char *  compName)

Definition at line 16 of file ComSplitter.cpp.

◆ ~ComSplitter()

Svc::ComSplitter::~ComSplitter ( )

Definition at line 23 of file ComSplitter.cpp.

Friends And Related Function Documentation

◆ ComSplitterComponentBaseFriend

friend class ComSplitterComponentBaseFriend
friend

Definition at line 23 of file ComSplitter.hpp.


The documentation for this class was generated from the following files: