#include <map>
#include <list>
#include <InitStages.h>
#include "UDPControlInfo_m.h"
Go to the source code of this file.
Classes | |
class | SimpleUDP |
Implements the UDP protocol: encapsulates/decapsulates user data into/from UDP. More... | |
struct | SimpleUDP::SockDesc |
defines a socket More... | |
Variables | |
const int | UDP_HEADER_BYTES = 8 |
length of an udp header in bytes |
Definition in file SimpleUDP.h.
const int UDP_HEADER_BYTES = 8 |
length of an udp header in bytes
Definition at line 55 of file SimpleUDP.h.
Referenced by SimpleUDP::processMsgFromApp().