![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/WatchDog/WatchDogPortAc.hpp>
Public Member Functions | |
OutputWatchDogPort () | |
Constructor. More... | |
void | init () |
Initialization function. More... | |
void | addCallPort (InputWatchDogPort *callPort) |
Register an input port. More... | |
void | invoke (U32 code) |
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 WatchDog port Port for stroking a watchdog timer
Definition at line 98 of file WatchDogPortAc.hpp.
Svc::OutputWatchDogPort::OutputWatchDogPort | ( | ) |
Constructor.
Definition at line 119 of file WatchDogPortAc.cpp.
void Svc::OutputWatchDogPort::addCallPort | ( | InputWatchDogPort * | callPort | ) |
Register an input port.
callPort | The input port |
Definition at line 133 of file WatchDogPortAc.cpp.
|
virtual |
Initialization function.
Reimplemented from Fw::OutputPortBase.
Definition at line 127 of file WatchDogPortAc.cpp.
void Svc::OutputWatchDogPort::invoke | ( | U32 | code | ) |
Invoke a port interface.
code | Watchdog stroke code |
Definition at line 146 of file WatchDogPortAc.cpp.