![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Ports/Signal/SignalPortAc.hpp>
Public Types | |
enum | { SERIALIZED_SIZE = 0 } |
typedef void(* | CompFuncPtr) (Fw::PassiveComponentBase *callComp, FwIndexType portNum) |
The port callback function type. More... | |
Public Member Functions | |
InputSignalPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallComp (Fw::PassiveComponentBase *callComp, CompFuncPtr funcPtr) |
Register a component. More... | |
void | invoke () |
Invoke a port interface. More... | |
![]() | |
void | setPortNum (FwIndexType portNum) |
![]() | |
bool | isConnected () const |
Additional Inherited Members | |
![]() | |
InputPortBase () | |
virtual | ~InputPortBase () |
void | init () override |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
PassiveComponentBase * | m_comp |
FwIndexType | m_portNum |
![]() | |
Fw::ObjBase * | m_connObj |
Input Signal port Port to signal some condition
Definition at line 24 of file SignalPortAc.hpp.
typedef void(* Fw::InputSignalPort::CompFuncPtr) (Fw::PassiveComponentBase *callComp, FwIndexType portNum) |
The port callback function type.
Definition at line 46 of file SignalPortAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representations of the port arguments. |
Definition at line 34 of file SignalPortAc.hpp.
Fw::InputSignalPort::InputSignalPort | ( | ) |
Constructor.
Definition at line 44 of file SignalPortAc.cpp.
void Fw::InputSignalPort::addCallComp | ( | Fw::PassiveComponentBase * | callComp, |
CompFuncPtr | funcPtr | ||
) |
Register a component.
callComp | The containing component |
funcPtr | The port callback function |
Definition at line 58 of file SignalPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::PortBase.
Definition at line 52 of file SignalPortAc.cpp.
void Fw::InputSignalPort::invoke | ( | ) |
Invoke a port interface.
Definition at line 72 of file SignalPortAc.cpp.