![]() |
F´ Flight Software - C/C++ Documentation
devel
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) |
![]() | |
bool | isConnected () |
Protected Member Functions | |
InputPortBase () | |
virtual | ~InputPortBase () |
virtual void | init () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
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 |
![]() | |
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 Svc::InputWatchDogPort, Svc::InputCmdSeqInPort, Svc::InputCmdSeqCancelPort, Svc::InputSchedPort, Svc::InputPolyPort, Svc::InputPingPort, Svc::InputSendFileRequestPort, Svc::InputSendFileCompletePort, Svc::InputFatalEventPort, Svc::InputCyclePort, Fw::InputTlmPort, Fw::InputTlmGetPort, Fw::InputTimePort, Fw::InputPrmSetPort, Fw::InputPrmGetPort, Fw::InputSuccessConditionPort, Fw::InputLogTextPort, Fw::InputLogPort, Fw::InputDpSendPort, Fw::InputDpResponsePort, Fw::InputDpRequestPort, Fw::InputDpGetPort, Fw::InputComPort, Fw::InputCmdResponsePort, Fw::InputCmdRegPort, Fw::InputCmdPort, Fw::InputBufferSendPort, Fw::InputBufferGetPort, Drv::InputSpiReadWritePort, Drv::InputI2cWriteReadPort, Drv::InputI2cPort, Drv::InputGpioWritePort, Drv::InputGpioReadPort, Drv::InputDataBufferPort, Drv::InputByteStreamSendPort, Drv::InputByteStreamRecvPort, Drv::InputByteStreamReadyPort, and Drv::InputByteStreamPollPort.
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.