![]() |
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 () |
| virtual void | init () |
Protected Member Functions inherited from Fw::PortBase | |
| PortBase () | |
| virtual | ~PortBase () |
Protected Member Functions inherited from Fw::ObjBase | |
| ObjBase (const char *name) | |
| ObjBase constructor. | |
| virtual | ~ObjBase () |
| Destructor. | |
| void | init () |
| Object initializer. | |
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.
|
protectedvirtual |
Reimplemented from Fw::PortBase.
Reimplemented in Drv::InputByteStreamPollPort, Drv::InputByteStreamReadyPort, Drv::InputByteStreamRecvPort, Drv::InputByteStreamSendPort, Drv::InputDataBufferPort, Drv::InputGpioReadPort, Drv::InputGpioWritePort, Drv::InputI2cPort, Drv::InputI2cWriteReadPort, Drv::InputSpiReadWritePort, Fw::InputBufferGetPort, Fw::InputBufferSendPort, Fw::InputCmdPort, Fw::InputCmdRegPort, Fw::InputCmdResponsePort, Fw::InputComPort, Fw::InputDpGetPort, Fw::InputDpRequestPort, Fw::InputDpResponsePort, Fw::InputDpSendPort, Fw::InputLogPort, Fw::InputLogTextPort, Fw::InputSuccessConditionPort, Fw::InputPrmGetPort, Fw::InputPrmSetPort, Fw::InputTimeIntervalPort, Fw::InputTimePort, Fw::InputTlmGetPort, Fw::InputTlmPort, Svc::InputCyclePort, Svc::InputDpWrittenPort, Svc::InputFatalEventPort, Svc::InputSendFileCompletePort, Svc::InputSendFileRequestPort, Svc::InputPingPort, Svc::InputPolyPort, Svc::InputVersionPort, Svc::InputSchedPort, Svc::InputCmdSeqCancelPort, Svc::InputCmdSeqInPort, and Svc::InputWatchDogPort.
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.