VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
vlMachineTypes.h File Reference

This file contains typedefs for machine dependant types. More...

Go to the source code of this file.

Macros

#define DtBoolean   bool
 DtBoolean is deprecated and should not be used. More...
 
#define DtFalse   false
 DtFalse is deprecated and should not be used. More...
 
#define DtTrue   true
 DtTrue is deprecated and should not be used. More...
 
#define DT_DLL_MTL
 
#define DT_DLL_MATRIX
 
#define DT_DLL_VL
 
#define DT_DLL_VLUTIL
 
#define DT_DLL_VLPROTIND
 
#define DT_DLL_NETCOMPAT
 

Typedefs

typedef unsigned char DtU8
 An eight bit unsigned integer value. More...
 
typedef unsigned short DtU16
 A 16 bit unsigned integer value. More...
 
typedef unsigned long DtU32
 A 32 bit unsigned integer value. More...
 
typedef long int DtInt32
 A 32 bit integer value. More...
 
typedef unsigned long long DtU64
 -------—— Network Layout for a long long (64 bytes unsigned) More...
 
typedef long long DtInt64
 A 64 bit integer value. More...
 
typedef DtU32 DtMachineSize
 A type that represents the addressing size. More...
 
typedef char DtInt8
 An eight bit integer value. More...
 
typedef short int DtInt16
 A sixteen bit integer value. More...
 
typedef float DtFloat32
 A 32 bit floating point value. More...
 
typedef double DtFloat64
 A 64 bit floating point value. More...
 
typedef DtFloat64 DtReal
 A 64 bit floating point value. This is the same as DtFloat64 bit is created for convenience. More...
 

Detailed Description

This file contains typedefs for machine dependant types.

Macro Definition Documentation

#define DT_DLL_MATRIX
#define DT_DLL_MTL
#define DT_DLL_NETCOMPAT
#define DT_DLL_VL
#define DT_DLL_VLPROTIND
#define DT_DLL_VLUTIL
#define DtBoolean   bool

DtBoolean is deprecated and should not be used.

Deprecated:
Use C++ keyword bool instead.
#define DtFalse   false

DtFalse is deprecated and should not be used.

Deprecated:
Use C++ keyword false instead.
#define DtTrue   true

DtTrue is deprecated and should not be used.

Deprecated:
Use C++ keyword true instead.

Typedef Documentation

typedef float DtFloat32

A 32 bit floating point value.

typedef double DtFloat64

A 64 bit floating point value.

typedef short int DtInt16

A sixteen bit integer value.

typedef long int DtInt32

A 32 bit integer value.

typedef long long DtInt64

A 64 bit integer value.

typedef char DtInt8

An eight bit integer value.

A type that represents the addressing size.

typedef DtFloat64 DtReal

A 64 bit floating point value. This is the same as DtFloat64 bit is created for convenience.

typedef unsigned short DtU16

A 16 bit unsigned integer value.

typedef unsigned long DtU32

A 32 bit unsigned integer value.

typedef unsigned long long DtU64

-------—— Network Layout for a long long (64 bytes unsigned)

A 64 bit unsigned integer value.

typedef unsigned char DtU8

An eight bit unsigned integer value.


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)