15 #ifndef RECENTCONNECTIONREADER_H
16 #define RECENTCONNECTIONREADER_H
18 #include "pandabase.h"
20 #include "connectionReader.h"
21 #include "netDatagram.h"
22 #include "lightMutex.h"
41 bool data_available();
46 virtual void receive_datagram(
const NetDatagram &datagram);
A specific kind of Datagram, especially for sending across or receiving from a network.
The primary interface to the low-level networking layer in this package.
This is an abstract base class for a family of classes that listen for activity on a socket and respo...
This flavor of ConnectionReader will read from its sockets and retain only the single most recent dat...
This is a standard, non-reentrant mutex, similar to the Mutex class.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...