![]() |
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 (NATIVE_INT_TYPE portNum) |
Public Member Functions inherited from Fw::PortBase | |
| bool | isConnected () const |
Protected Member Functions | |
| InputPortBase () | |
| virtual | ~InputPortBase () |
| void | init () override |
Protected Member Functions inherited from Fw::PortBase | |
| PortBase () | |
| virtual | ~PortBase () |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. More... | |
| virtual | ~ObjBase () |
| Destructor. More... | |
| void | init () |
| Object initializer. More... | |
Protected Attributes | |
| PassiveComponentBase * | m_comp |
| NATIVE_INT_TYPE | m_portNum |
Protected Attributes inherited from Fw::PortBase | |
| 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 | ( | NATIVE_INT_TYPE | 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.