|
MOOS 0.2375
|
#include <MOOSUDPLink.h>

Public Member Functions | |
| CMOOSUDPLink () | |
| bool | Post (CMOOSMsg &M, const std::string &sRemoteHost, long int nRemotePort) |
| bool | Fetch (MOOSMSG_LIST &MailIn) |
| bool | Run (int nLocalPort=-1) |
| bool | ListenLoop () |
Protected Member Functions | |
| bool | ReadPktFromArray (unsigned char *Buff, int nBytes, CMOOSCommPkt &PktRx) |
Protected Attributes | |
| CMOOSThread | m_ListenThread |
| CMOOSLock | m_InLock |
| MOOSMSG_LIST | m_InBox |
| XPCUdpSocket * | m_pUDPSocket |
| long | m_nLocalPort |
Definition at line 20 of file MOOSUDPLink.h.
| CMOOSUDPLink::CMOOSUDPLink | ( | ) |
Definition at line 26 of file MOOSUDPLink.cpp.
| bool CMOOSUDPLink::Fetch | ( | MOOSMSG_LIST & | MailIn | ) |
Definition at line 110 of file MOOSUDPLink.cpp.
| bool CMOOSUDPLink::ListenLoop | ( | ) |
Definition at line 121 of file MOOSUDPLink.cpp.
Definition at line 65 of file MOOSUDPLink.cpp.
| bool CMOOSUDPLink::ReadPktFromArray | ( | unsigned char * | Buff, |
| int | nBytes, | ||
| CMOOSCommPkt & | PktRx | ||
| ) | [protected] |
Definition at line 164 of file MOOSUDPLink.cpp.
| bool CMOOSUDPLink::Run | ( | int | nLocalPort = -1 | ) |
Definition at line 32 of file MOOSUDPLink.cpp.
MOOSMSG_LIST CMOOSUDPLink::m_InBox [protected] |
Definition at line 34 of file MOOSUDPLink.h.
CMOOSLock CMOOSUDPLink::m_InLock [protected] |
Definition at line 33 of file MOOSUDPLink.h.
CMOOSThread CMOOSUDPLink::m_ListenThread [protected] |
Definition at line 32 of file MOOSUDPLink.h.
long CMOOSUDPLink::m_nLocalPort [protected] |
Definition at line 39 of file MOOSUDPLink.h.
XPCUdpSocket* CMOOSUDPLink::m_pUDPSocket [protected] |
Definition at line 36 of file MOOSUDPLink.h.
1.7.4