VR-Link API Documentation for DIS
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.
#define DtFalse   false
 DtFalse is deprecated and should not be used.
#define DtTrue   true
 DtTrue is deprecated and should not be used.
#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.
typedef unsigned short DtU16
 A 16 bit unsigned integer value.
typedef unsigned long DtU32
 A 32 bit unsigned integer value.
typedef long int DtInt32
 A 32 bit integer value.
typedef DtU32 DtMachineSize
 -------—— Network Layout for a long long (64 bytes unsigned)
typedef unsigned long long DtU64
 A 64 bit unsigned integer value.
typedef long long DtInt64
 A 64 bit integer value.
typedef char DtInt8
 An eight bit integer value.
typedef short int DtInt16
 A sixteen bit integer value.
typedef float DtFloat32
 A 32 bit floating point value.
typedef double DtFloat64
 A 64 bit floating point value.
typedef DtFloat64 DtReal
 A 64 bit floating point value. This is the same as DtFloat64 bit is created for convenience.

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.

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

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

A 64 bit unsigned integer value.

typedef unsigned char DtU8

An eight bit unsigned integer value.


Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)