![]() |
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 31 of file UdpSenderComponentImpl.cpp.
Svc::UdpSenderComponentImpl::~UdpSenderComponentImpl | ( | ) |
Destroy object UdpSender
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 51 of file UdpSenderComponentImpl.cpp.