TYPEINFO Version
[DWF File Format]

Collaboration diagram for TYPEINFO Version:


Detailed Description

These macros are available for referencing the version of the file format that introduced the TYPEINFO file.

The TYPEINFO file must be placed as the very first file in the DWF package archive. It's presence can be detected in the binary stream directly after the header for immediate recognition and processing. It must be named the same as the DWFInterface identifier that it represents.


Defines

#define _DWF_FORMAT_VERSION_TYPEINFO_MAJOR   6
 The major revision of the DWF File Format introducing the TYPEINFO file.
#define _DWF_FORMAT_VERSION_TYPEINFO_MINOR   1
 The minor revision of the DWF File Format introducing the TYPEINFO file.
#define _DWF_FORMAT_VERSION_TYPEINFO   ((_DWF_FORMAT_VERSION_TYPEINFO_MAJOR*100) + _DWF_FORMAT_VERSION_TYPEINFO_MINOR)
 The version number of the DWF File Format introducing the TYPEINFO file as a composite integer value.
#define _DWF_FORMAT_VERSION_TYPEINFO_FLOAT   (float)(_DWF_FORMAT_VERSION_TYPEINFO_MAJOR + (_DWF_FORMAT_VERSION_TYPEINFO_MINOR/100.0))
 The version number of the DWF File Format introducing the TYPEINFO file as a composite floating point value.
#define _DWF_FORMAT_VERSION_TYPEINFO_STRING   "6.01"
 The version number of the DWF File Format introducing the TYPEINFO file as an ASCII character string.
#define _DWF_FORMAT_VERSION_TYPEINFO_WIDE_STRING   L"6.01"
 The version number of the DWF File Format introducing the TYPEINFO file as a wide character string.


Define Documentation

#define _DWF_FORMAT_VERSION_TYPEINFO   ((_DWF_FORMAT_VERSION_TYPEINFO_MAJOR*100) + _DWF_FORMAT_VERSION_TYPEINFO_MINOR)
 

The version number of the DWF File Format introducing the TYPEINFO file as a composite integer value.

The value of this macro is 601.

Definition at line 275 of file Version.h.

#define _DWF_FORMAT_VERSION_TYPEINFO_FLOAT   (float)(_DWF_FORMAT_VERSION_TYPEINFO_MAJOR + (_DWF_FORMAT_VERSION_TYPEINFO_MINOR/100.0))
 

The version number of the DWF File Format introducing the TYPEINFO file as a composite floating point value.

The value of this macro is 6.01.

Definition at line 282 of file Version.h.


Generated on Tue Jan 6 22:40:20 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5