F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/TlmChan/TlmChan.hpp>
Public Member Functions | |
TlmChan (const char *compName) | |
virtual | ~TlmChan () |
void | init (NATIVE_INT_TYPE queueDepth, NATIVE_INT_TYPE instance) |
Protected Member Functions | |
virtual NATIVE_UINT_TYPE | doHash (FwChanIdType id) |
Definition at line 22 of file TlmChan.hpp.
Svc::TlmChan::TlmChan | ( | const char * | compName | ) |
Definition at line 19 of file TlmChan.cpp.
|
virtual |
Definition at line 43 of file TlmChan.cpp.
|
protectedvirtual |
Definition at line 51 of file TlmChan.cpp.
void Svc::TlmChan::init | ( | NATIVE_INT_TYPE | queueDepth, |
NATIVE_INT_TYPE | instance | ||
) |
queueDepth | The queue depth |
instance | The instance number |
Definition at line 45 of file TlmChan.cpp.