![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/UdpReceiver/UdpReceiverComponentImpl.hpp>
Public Member Functions | |
UdpReceiverComponentImpl (const char *const compName) | |
~UdpReceiverComponentImpl () | |
void | open (const char *port) |
Open the connection. | |
void | startThread (NATIVE_UINT_TYPE priority, NATIVE_UINT_TYPE stackSize, NATIVE_UINT_TYPE affinity) |
start worker thread | |
Definition at line 21 of file UdpReceiverComponentImpl.hpp.
Svc::UdpReceiverComponentImpl::UdpReceiverComponentImpl | ( | const char *const | compName | ) |
Construct object UdpReceiver
compName | The component name |
Definition at line 34 of file UdpReceiverComponentImpl.cpp.
Svc::UdpReceiverComponentImpl::~UdpReceiverComponentImpl | ( | ) |
Destroy object UdpReceiver
Definition at line 49 of file UdpReceiverComponentImpl.cpp.
void Svc::UdpReceiverComponentImpl::open | ( | const char * | port | ) |
Open the connection.
Definition at line 57 of file UdpReceiverComponentImpl.cpp.
void Svc::UdpReceiverComponentImpl::startThread | ( | NATIVE_UINT_TYPE | priority, |
NATIVE_UINT_TYPE | stackSize, | ||
NATIVE_UINT_TYPE | affinity | ||
) |
start worker thread
priority | read task priority |
stackSize | stack size |
affinity | cpu affinity |
Definition at line 88 of file UdpReceiverComponentImpl.cpp.