OpenDOF Project
Files | Typedefs
Standard Types and Definitions

Common core basic types and definitions upon which the DOF C-Language Object Access Library is built. More...

Files

file  pcr.h
 Header file for the Portable C Runtime functions, defines and data types.
 

Typedefs

typedef uint8_t uint8
 Unsigned 8-bit integer.
 
typedef uint16_t uint16
 Unsigned 16-bit integer.
 
typedef uint32_t uint32
 Unsigned 32-bit integer.
 
typedef uint64_t uint64
 Unsigned 64-bit integer.
 
typedef int8_t int8
 Signed 8-bit integer.
 
typedef int16_t int16
 Signed 16-bit integer.
 
typedef int32_t int32
 Signed 32-bit integer.
 
typedef int64_t int64
 Signed 64-bit integer.
 
typedef float float32
 32-bit floating point value.
 
typedef double float64
 64-bit floating point value.
 
typedef uint8 boolean
 Boolean value.
 
typedef int64 DateTime
 Date & Time value (64-bit).
 

Detailed Description

Common core basic types and definitions upon which the DOF C-Language Object Access Library is built.

core-c-dof-pcr-dev Version 7.0.1 Build 0
2017-04-11