#include <realtimescheduler.h>
Public Types | |
| enum | fdCommand { PACKET_DATA = 0, PACKET_FD_NEW = 1, PACKET_FD_CLOSE = 2, PACKET_APPTUN_DATA = 3 } |
Public Member Functions | |
| PacketBufferEntry (char *buf, uint32_t len) | |
| PacketBufferEntry (char *buf, uint32_t len, sockaddr *ad, socklen_t al) | |
| PacketBufferEntry (char *buf, uint32_t len, fdCommand fc, int _fd) | |
| PacketBufferEntry (char *buf, uint32_t len, sockaddr *ad, socklen_t al, fdCommand fc, int _fd) | |
Public Attributes | |
| char * | data |
| uint32_t | length |
| sockaddr * | addr |
| socklen_t | addrlen |
| enum RealtimeScheduler::PacketBufferEntry::fdCommand | func |
| SOCKET | fd |
Definition at line 41 of file realtimescheduler.h.
Definition at line 47 of file realtimescheduler.h.
{
PACKET_DATA = 0,
PACKET_FD_NEW = 1,
PACKET_FD_CLOSE = 2,
PACKET_APPTUN_DATA = 3
} func;
| RealtimeScheduler::PacketBufferEntry::PacketBufferEntry | ( | char * | buf, | |
| uint32_t | len | |||
| ) | [inline] |
Definition at line 54 of file realtimescheduler.h.
| RealtimeScheduler::PacketBufferEntry::PacketBufferEntry | ( | char * | buf, | |
| uint32_t | len, | |||
| sockaddr * | ad, | |||
| socklen_t | al | |||
| ) | [inline] |
Definition at line 56 of file realtimescheduler.h.
| RealtimeScheduler::PacketBufferEntry::PacketBufferEntry | ( | char * | buf, | |
| uint32_t | len, | |||
| fdCommand | fc, | |||
| int | _fd | |||
| ) | [inline] |
| RealtimeScheduler::PacketBufferEntry::PacketBufferEntry | ( | char * | buf, | |
| uint32_t | len, | |||
| sockaddr * | ad, | |||
| socklen_t | al, | |||
| fdCommand | fc, | |||
| int | _fd | |||
| ) | [inline] |
Definition at line 45 of file realtimescheduler.h.
Referenced by XmlRpcInterface::handleMessage(), RealworldConnector::handleMessage(), and SimpleGameClient::handleTimerEvent().
Definition at line 46 of file realtimescheduler.h.
Referenced by RealworldConnector::handleMessage().
Definition at line 43 of file realtimescheduler.h.
Referenced by XmlRpcInterface::handleMessage(), RealworldConnector::handleMessage(), and SimpleGameClient::handleTimerEvent().
Definition at line 53 of file realtimescheduler.h.
Referenced by XmlRpcInterface::handleMessage(), and SimpleGameClient::handleTimerEvent().
Referenced by XmlRpcInterface::handleMessage(), and SimpleGameClient::handleTimerEvent().
Definition at line 44 of file realtimescheduler.h.
Referenced by XmlRpcInterface::handleMessage(), RealworldConnector::handleMessage(), and SimpleGameClient::handleTimerEvent().
1.7.1