![]() |
F´ Flight Software - C/C++ Documentation
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) | |
| ~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 29 of file UdpSenderComponentImpl.cpp.
| Svc::UdpSenderComponentImpl::~UdpSenderComponentImpl | ( | ) |
Destroy object UdpSender
Definition at line 41 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 48 of file UdpSenderComponentImpl.cpp.