![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Port/OutputPortBase.hpp>
Protected Member Functions | |
OutputPortBase () | |
virtual | ~OutputPortBase () |
void | init () override |
![]() | |
PortBase () | |
virtual | ~PortBase () |
![]() | |
ObjBase (const char *name) | |
ObjBase constructor. More... | |
virtual | ~ObjBase () |
Destructor. More... | |
void | init () |
Object initializer. More... | |
Additional Inherited Members | |
![]() | |
bool | isConnected () const |
![]() | |
Fw::ObjBase * | m_connObj |
Definition at line 11 of file OutputPortBase.hpp.
|
protected |
Definition at line 10 of file OutputPortBase.cpp.
|
protectedvirtual |
Definition at line 18 of file OutputPortBase.cpp.
|
overrideprotectedvirtual |
Reimplemented from Fw::PortBase.
Definition at line 21 of file OutputPortBase.cpp.