Defines | Typedefs

types.h File Reference

Defines

#define OPENJAUS_EXPORT   __declspec(dllexport)

Typedefs

typedef signed char int8_t
typedef short int int16_t
typedef int int32_t
typedef long int int64_t
typedef unsigned char uint8_t
typedef unsigned short int uint16_t
typedef unsigned int uint32_t
typedef unsigned long int uint64_t
typedef int8_t int8
typedef int16_t int16
typedef int32_t int32
typedef int64_t int64
typedef uint8_t uint8
typedef uint16_t uint16
typedef uint32_t uint32
typedef uint64_t uint64

Define Documentation

#define OPENJAUS_EXPORT   __declspec(dllexport)

Typedef Documentation

typedef int16_t int16
typedef short int int16_t
typedef int32_t int32
typedef int int32_t
typedef int64_t int64
typedef long int int64_t
typedef int8_t int8
typedef signed char int8_t
typedef uint16_t uint16
typedef unsigned short int uint16_t
typedef uint32_t uint32
typedef unsigned int uint32_t
typedef uint64_t uint64
typedef unsigned long int uint64_t
typedef uint8_t uint8
typedef unsigned char uint8_t
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines