#include <pandabase.h>
#include "connectionReader.h"
#include "netDatagram.h"
#include "queuedReturn.h"
#include <prlock.h>
#include "pdeque.h"
Go to the source code of this file.
Compounds | |
class | QueuedConnectionReader |
This flavor of ConnectionReader will read from its sockets and queue up all of the datagrams read for later receipt by the client code. More... | |
class | QueuedConnectionReader::DelayedDatagram |
Defines | |
#define | SIMULATE_NETWORK_DELAY |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, QueuedReturn< NetDatagram >) |
Definition in file queuedConnectionReader.h.
|
Definition at line 41 of file queuedConnectionReader.h. |
|
|