|  | 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.  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 32 of file UdpReceiverComponentImpl.cpp.
| Svc::UdpReceiverComponentImpl::~UdpReceiverComponentImpl | ( | ) | 
Destroy object UdpReceiver
Definition at line 47 of file UdpReceiverComponentImpl.cpp.
| void Svc::UdpReceiverComponentImpl::open | ( | const char * | port | ) | 
Open the connection.
Definition at line 54 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 85 of file UdpReceiverComponentImpl.cpp.