24 typedef struct tag_Date
39 typedef struct tag_Time
56 typedef struct tag_DateTime
81 typedef struct tag_WaveFormat
102 typedef struct tag_Color
uint8_t tUInt8
type definition for unsigned integer values (8bit) (platform and compiler independent type).
int32_t tInt32
type definition for signed integer values (32bit) (platform and compiler independent type).
uint16_t tUInt16
type definition for unsigned integer values (16bit) (platform and compiler independent type).
uint32_t tUInt32
type definition for unsigned integer values (32bit) (platform and compiler independent type).
Struct to split the color in the categories: blue, green, red an alpha value.
tUInt8 nBlue
The Blue value.
tUInt8 nAlpha
The Alpha value.
tUInt8 nRed
The Red value.
tUInt8 nGreen
The Green value.
Date Structure to define dates.
tUInt16 ui16Day
The Day of the month - [1,31].
tUInt16 ui16Year
The Year - [1900,)
tUInt16 ui16Month
The Month - [1,12].
Struct to handle date and time together.
tUInt16 ui16Day
The Day of the month - [1,31].
tUInt32 ui32Microseconds
The Microseconds after the second - [0,999999].
tUInt16 ui16Second
The Seconds after the minute - [0,59].
tUInt16 ui16Minute
The Minutes after the hour - [0,59].
tUInt16 ui16Year
The Year - [1900,)
tUInt16 ui16Hour
The Hours past midnight - [0,23].
tUInt16 ui16Month
The Month - [1,12].
Time Structure to define Time.
tUInt32 ui32Microseconds
The Microseconds after the second - [0,999999].
tUInt16 ui16Second
The Seconds after the minute - [0,59].
tUInt16 ui16Minute
The Minutes after the hour - [0,59].
tUInt16 ui16Hour
The Hours past midnight - [0,23].