![]() |
VR-Link API Documentation for HLA 1516
|
This file contains the declaration of the DtInetSocketMgr class. More...
Go to the source code of this file.
Classes | |
| class | DtInetSocketCbInfo |
| class | DtInetSocketMgr |
Typedefs | |
| typedef std::multimap < DtInetEndpoint, DtInetSocket * > | DtInetSocketList |
| typedef std::vector < DtInetEndpoint * > | DtInetDestList |
| typedef DtInetSocket *(* | DtSocketCreationCallback )(void *creator, DtInetSocketMgr *mgr) |
| Specialized socket creation callback signature. | |
| typedef bool(* | DtInetSocketAdditionCallback )(DtInetSocket *sock, void *usr) |
| typedef DtInetSocketAdditionCallback | DtInetSocketRemovalCallback |
This file contains the declaration of the DtInetSocketMgr class.
| typedef std::vector<DtInetEndpoint*> DtInetDestList |
| typedef bool(* DtInetSocketAdditionCallback)(DtInetSocket *sock, void *usr) |
| typedef std::multimap<DtInetEndpoint, DtInetSocket*> DtInetSocketList |
| typedef DtInetSocket*(* DtSocketCreationCallback)(void *creator, DtInetSocketMgr *mgr) |
Specialized socket creation callback signature.