#include "roc/UdpTransport.h"
#include "roc/UdpDevice.h"
#include "roc/Commands.h"
#include "roc/defines_roc.h"
#include "roc/defines_udp.h"
#include "roc/Message.h"
#include "roc/Iterator.h"
#include "dabc/timing.h"
#include "dabc/Port.h"
#include "dabc/version.h"
#include "mbs/MbsTypeDefs.h"
#include <math.h>
Go to the source code of this file.
Variables | |
const unsigned | UDP_DATA_SIZE = ((sizeof(roc::UdpDataPacketFull) - sizeof(roc::UdpDataPacket)) / 6) * 6 |
const unsigned UDP_DATA_SIZE = ((sizeof(roc::UdpDataPacketFull) - sizeof(roc::UdpDataPacket)) / 6) * 6 |
Definition at line 32 of file UdpTransport.cxx.
Referenced by roc::UdpDataSocket::AddDataPacket(), roc::UdpDataSocket::CheckNextRequest(), roc::UdpDataSocket::ProcessEvent(), and roc::UdpDataSocket::UdpDataSocket().