F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/ComStub/ComStub.hpp>
Public Member Functions | |
ComStub (const char *const compName) | |
void | init (const NATIVE_INT_TYPE instance=0) |
~ComStub () override | |
Public Attributes | |
const NATIVE_UINT_TYPE | RETRY_LIMIT = 10 |
Definition at line 14 of file ComStub.hpp.
Svc::ComStub::ComStub | ( | const char *const | compName | ) |
Construct object ComStub
compName | The component name |
Definition at line 17 of file ComStub.cpp.
|
override |
Destroy object ComStub
Definition at line 23 of file ComStub.cpp.
void Svc::ComStub::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object ComStub
instance | The instance number |
Definition at line 19 of file ComStub.cpp.
const NATIVE_UINT_TYPE Svc::ComStub::RETRY_LIMIT = 10 |
Definition at line 16 of file ComStub.hpp.