![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Output GpioWrite port. More...
#include <Drv/GpioDriverPorts/GpioWritePortAc.hpp>
Public Member Functions | |
OutputGpioWritePort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputGpioWritePort *callPort) |
Register an input port. More... | |
void | invoke (const Fw::Logic &state) |
Invoke a port interface. More... | |
![]() | |
bool | isConnected () |
Additional Inherited Members | |
![]() | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
![]() | |
Fw::ObjBase * | m_connObj |
Output GpioWrite port.
Definition at line 95 of file GpioWritePortAc.hpp.
Drv::OutputGpioWritePort::OutputGpioWritePort | ( | ) |
Constructor.
Definition at line 119 of file GpioWritePortAc.cpp.
void Drv::OutputGpioWritePort::addCallPort | ( | InputGpioWritePort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file GpioWritePortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file GpioWritePortAc.cpp.
void Drv::OutputGpioWritePort::invoke | ( | const Fw::Logic & | state | ) |
Invoke a port interface.
Definition at line 146 of file GpioWritePortAc.cpp.