66 #define PI 3.1415926535897932384626422832795028841971
double GDouble_t
Double 8 bytes.
long GLong_t
Signed long integer 4 bytes (long)
unsigned int GUInt_t
Unsigned integer 4 bytes (unsigned int)
short GShort_t
Signed Short integer 2 bytes (short)
bool GBool_t
Boolean (0=false, 1=true) (bool)
long long GLong64_t
Portable signed long integer 8 bytes.
unsigned long long GULong64_t
Portable unsigned long integer 8 bytes.
unsigned char GByte_t
Byte (8 bits) (unsigned char)
double GReal_t
Double 8 bytes or float 4 bytes.
unsigned short GUShort_t
Unsigned Short integer 2 bytes (unsigned short)
char GChar_t
Signed Character 1 byte (char)
unsigned char GUChar_t
Unsigned Character 1 byte (unsigned char)
int GInt_t
Signed integer 4 bytes (int)
char GText_t
General string (char)
float GFloat_t
Float 4 bytes (float)
long double GLongDouble_t
Long Double.