libtiepie  0.3.0
 All Files Functions Typedefs Groups
Macro's

Macros

#define TPVERSION_MAJOR(x)   ( x >> 48 )
#define TPVERSION_MINOR(x)   ( ( x >> 32 ) & 0xffff )
#define TPVERSION_RELEASE(x)   ( ( x >> 16 ) & 0xffff )
#define TPVERSION_BUILD(x)   ( x & 0xffff )
#define TPDATE_YEAR(x)   ( x >> 16 )
#define TPDATE_MONTH(x)   ( ( x >> 8 ) & 0xff )
#define TPDATE_DAY(x)   ( x & 0xff )

Detailed Description


Macro Definition Documentation

#define TPDATE_DAY (   x)    ( x & 0xff )

Definition at line 469 of file libtiepie.h.

#define TPDATE_MONTH (   x)    ( ( x >> 8 ) & 0xff )

Definition at line 468 of file libtiepie.h.

#define TPDATE_YEAR (   x)    ( x >> 16 )

Definition at line 467 of file libtiepie.h.

#define TPVERSION_BUILD (   x)    ( x & 0xffff )

Definition at line 465 of file libtiepie.h.

#define TPVERSION_MAJOR (   x)    ( x >> 48 )

Definition at line 462 of file libtiepie.h.

#define TPVERSION_MINOR (   x)    ( ( x >> 32 ) & 0xffff )

Definition at line 463 of file libtiepie.h.

#define TPVERSION_RELEASE (   x)    ( ( x >> 16 ) & 0xffff )

Definition at line 464 of file libtiepie.h.