![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Port/InputPortBase.hpp>
Public Member Functions | |
void | setPortNum (FwIndexType portNum) |
![]() | |
bool | isConnected () const |
Protected Member Functions | |
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... | |
Protected Attributes | |
PassiveComponentBase * | m_comp |
FwIndexType | m_portNum |
![]() | |
Fw::ObjBase * | m_connObj |
Definition at line 12 of file InputPortBase.hpp.
|
protected |
Definition at line 8 of file InputPortBase.cpp.
|
protectedvirtual |
Definition at line 14 of file InputPortBase.cpp.
|
overrideprotectedvirtual |
Reimplemented from Fw::PortBase.
Definition at line 18 of file InputPortBase.cpp.
void Fw::InputPortBase::setPortNum | ( | FwIndexType | portNum | ) |
Definition at line 23 of file InputPortBase.cpp.
|
protected |
Definition at line 26 of file InputPortBase.hpp.
|
protected |
Definition at line 27 of file InputPortBase.hpp.