![]() |
F´ Flight Software - C/C++ Documentation
devel
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) | |
| void | init (const NATIVE_INT_TYPE instance=0) |
| ~UdpReceiverComponentImpl () | |
| void | open (const char *port) |
| Open the connection. More... | |
| void | startThread (NATIVE_UINT_TYPE priority, NATIVE_UINT_TYPE stackSize, NATIVE_UINT_TYPE affinity) |
| start worker thread More... | |
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 57 of file UdpReceiverComponentImpl.cpp.
| void Svc::UdpReceiverComponentImpl::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) |
Initialize object UdpReceiver
| instance | The instance number |
Definition at line 49 of file UdpReceiverComponentImpl.cpp.
| void Svc::UdpReceiverComponentImpl::open | ( | const char * | port | ) |
Open the connection.
Definition at line 65 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 96 of file UdpReceiverComponentImpl.cpp.