![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/UdpSender/UdpSenderComponentImpl.hpp>
Public Member Functions | |
| UdpSenderComponentImpl (const char *const compName) | |
| void | init (const NATIVE_INT_TYPE queueDepth, const NATIVE_INT_TYPE msgSize, const NATIVE_INT_TYPE instance=0) |
| ~UdpSenderComponentImpl () | |
| void | open (const char *addr, const char *port) |
Definition at line 24 of file UdpSenderComponentImpl.hpp.
| Svc::UdpSenderComponentImpl::UdpSenderComponentImpl | ( | const char *const | compName | ) |
Construct object UdpSender
| compName | The component name |
Definition at line 31 of file UdpSenderComponentImpl.cpp.
| Svc::UdpSenderComponentImpl::~UdpSenderComponentImpl | ( | ) |
Destroy object UdpSender
Definition at line 53 of file UdpSenderComponentImpl.cpp.
| void Svc::UdpSenderComponentImpl::init | ( | const NATIVE_INT_TYPE | queueDepth, |
| const NATIVE_INT_TYPE | msgSize, | ||
| const NATIVE_INT_TYPE | instance = 0 |
||
| ) |
Initialize object UdpSender
| queueDepth | The queue depth |
| msgSize | The message size |
| instance | The instance number |
Definition at line 43 of file UdpSenderComponentImpl.cpp.
| void Svc::UdpSenderComponentImpl::open | ( | const char * | addr, |
| const char * | port | ||
| ) |
Open the connection
| addr | server address |
| port | server port |
Definition at line 61 of file UdpSenderComponentImpl.cpp.