VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vlInetPlatformUtils.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
9 #pragma once
10 
11 #include <vlutil/vlConfig.h>
12 #include <vlutil/vlMutex.h>
13 
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
18 
21 namespace DtInetUtils
22 {
23 extern int theMaxPacketBufferSize;
24 
25 #ifdef _WIN32
26 extern int theWindowsInitRefCount;
27 extern DtMutex theWindowsInitRefCountMutex;
28 #endif
29 
30 DT_DLL_VLUTIL void setMaxPacketBufferSize( int size );
32 
36 
37 #ifdef _WIN32
38 DT_DLL_VLUTIL void windowsInit();
39 DT_DLL_VLUTIL void windowsCleanup();
40 #endif
41 
42 }
43 
44 #ifdef DtUSE_UTILITIES_NAMESPACE
45 }
46 #endif
47 
48 
49 
void initInetAsyncIoService()
This file contains the declaration of DtMutex.
int theMaxPacketBufferSize
void stopInetAsyncIoService()
int getMaxPacketBufferSize()
void initHostNetworkLayer()
instances of DtMutex are used to provide a platform independent mutual exclusion mechanism ...
Definition: vlMutex.h:31
void setMaxPacketBufferSize(int size)
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)