Go to the documentation of this file.
14 #ifndef RECENTCONNECTIONREADER_H
15 #define RECENTCONNECTIONREADER_H
37 bool data_available();
42 virtual void receive_datagram(
const NetDatagram &datagram);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
This is a standard, non-reentrant mutex, similar to the Mutex class.
This flavor of ConnectionReader will read from its sockets and retain only the single most recent dat...
The primary interface to the low-level networking layer in this package.
A specific kind of Datagram, especially for sending across or receiving from a network.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is an abstract base class for a family of classes that listen for activity on a socket and respo...