![]() |
VR-Link API Documentation for HLA 4
|
A library of classes which formerly represented the network interface for VR-Link. More...
Collaboration diagram for The VR-Link Network Compatibility Library (networkCompatibility) -- Deprecated: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. More... | |
| DT_DLL_NETCOMPAT void | DtSetMaxPacketSize (int size) |
| Sets the maximum size for a packet to be sent through a DtSocket class. More... | |
A library of classes which formerly represented the network interface for VR-Link.
These classes have been d. They are provided for backwards compatibility only.
| 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.