VR-Link API Documentation for HLA 1.3
Classes | Files | Functions
The VR-Link Network Compatability Library (networkCompatibility) -- Depricated

A library of classes which formerly represented the network interface for VR-Link. More...

+ Collaboration diagram for The VR-Link Network Compatability Library (networkCompatibility) -- Depricated:

Classes

class  DtAsyncSocketPacket
 Encapsulates a packet which is to be either received or transmitted over the network by the DtAsyncSocket class. More...
class  DtAsyncNetSocket
 A Socket which starts a thread which is continuously reading and writing from packet queues. More...
class  DtClientSocket
 ClientSocket uses the vrlink packet server to read and write packets The destination address (incl. More...
class  DtGroupSocket
class  DtNetSocket
 A DtSocket that implements network sending and receiving function using IP/UDP broadcast, multicast or unicast. More...
class  DtQueueSocket
 A DtQueueSocket is a DtSocket that does NOT send or receive. More...
class  DtSocket
 DtSocket provides a low level interface for packet I/O with VR-Link applications. More...
class  DtTcpMessage
 Encapsulates a message for storage in a message queue. More...
class  DtTcpSocket
 An implementation of DtSocket which uses a TCP connection. More...

Files

file  vlAsyncSocket.h
 This file declares DtAsyncSocketPacket.
file  vlClientSocket.h
 This file contains the declaration of DtClientSocket.
file  vlFileTransport.h
 This class Declares DtFileTransporter and several helper classes.
file  vlGroupSocket.h
 This file contains the declaration of DtGroupSocket.
file  vlNetSocket.h
 This file declares DtNetSocket, as well as several enumerations and constants needed for its use.
file  vlPairSock.h
 This contains the declaration of DtSocketPairSocket.
file  vlQueueSocket.h
 This file contains the declaration of DtQueueSocket.
file  vlSocket.h
 This file declares DtSocket as well as several useful constents and helper classes.
file  vlSocketStuff.h
 This file contains all includes/definitions necessary to build sockets-related objects on all platforms.
file  vlTcpForwarder.h
file  vlTcpSocket.h
 This file contains the declaration of DtTcpSocket.
file  vlTcpSocketMgr.h
 This file contains the declaration of DtTcpSocketMgr.

Functions

DT_DLL_NETCOMPAT int DtMaxPacketSize ()
 The maximum size for a packet, by default set to DtDEFAULT_MAX_PACKET_SIZE.
DT_DLL_NETCOMPAT void DtSetMaxPacketSize (int size)
 Sets the maximum size for a packet to be sent through a DtSocket class.

Detailed Description

A library of classes which formerly represented the network interface for VR-Link.

These classes have been depricated. They are provided for backwards compatability only.

Function Documentation

DT_DLL_NETCOMPAT int DtMaxPacketSize ( )

The maximum size for a packet, by default set to DtDEFAULT_MAX_PACKET_SIZE.

See Also
DtSetMaxPacketSize().
Deprecated:
This class is replaced by DtInetSocket as of VR-Link 3.13
DT_DLL_NETCOMPAT void DtSetMaxPacketSize ( int  size)

Sets the maximum size for a packet to be sent through a DtSocket class.

Deprecated:
This class is replaced by DtInetSocket as of VR-Link 3.13

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)