|
Panda3D
|
Public Member Functions | |
| Buffered_DatagramReader (int in_size=8192) | |
| Constructor. | |
| template<class SOCK_TYPE> | |
| int | PumpMessageReader (Datagram &inmsg, SOCK_TYPE &sck) |
| template<class SOCK_TYPE> | |
| int | ReadPump (SOCK_TYPE &sck) |
| void | ReSet (void) |
| Reset all read content, ie. | |
Definition at line 16 of file buffered_datagramreader.h.
|
inline |
Constructor.
Passes size up to ring buffer.
Definition at line 24 of file buffered_datagramreader.I.
|
inline |
Definition at line 26 of file buffered_datagramreader.h.
|
inline |
Definition at line 43 of file buffered_datagramreader.h.
|
inline |
Reset all read content, ie.
zeroes out buffer.
If you lose framing, this will not help.
Definition at line 33 of file buffered_datagramreader.I.
References RingBuffer::ResetContent().