F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Svc::UdpReceiverComponentImpl Class Reference

#include <Svc/UdpReceiver/UdpReceiverComponentImpl.hpp>

Inheritance diagram for Svc::UdpReceiverComponentImpl:

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...
 

Detailed Description

Definition at line 21 of file UdpReceiverComponentImpl.hpp.

Constructor & Destructor Documentation

◆ UdpReceiverComponentImpl()

Svc::UdpReceiverComponentImpl::UdpReceiverComponentImpl ( const char *const  compName)

Construct object UdpReceiver

Parameters
compNameThe component name

Definition at line 32 of file UdpReceiverComponentImpl.cpp.

◆ ~UdpReceiverComponentImpl()

Svc::UdpReceiverComponentImpl::~UdpReceiverComponentImpl ( )

Destroy object UdpReceiver

Definition at line 47 of file UdpReceiverComponentImpl.cpp.

Member Function Documentation

◆ open()

void Svc::UdpReceiverComponentImpl::open ( const char *  port)

Open the connection.

Definition at line 54 of file UdpReceiverComponentImpl.cpp.

◆ startThread()

void Svc::UdpReceiverComponentImpl::startThread ( NATIVE_UINT_TYPE  priority,
NATIVE_UINT_TYPE  stackSize,
NATIVE_UINT_TYPE  affinity 
)

start worker thread

Parameters
priorityread task priority
stackSizestack size
affinitycpu affinity

Definition at line 85 of file UdpReceiverComponentImpl.cpp.


The documentation for this class was generated from the following files: