IDL | Python Type |
boolean | <type 'int'> |
char | <type 'string'> (of length 1) |
double | <type 'float'> |
float | <type 'float'> |
long | <type 'int'> |
long long | <type 'long'> |
octet | <type 'int'> |
short | <type 'int'> |
unsigned long | <type 'long'> |
unsigned long long | <type 'long'> |
unsigned short | <type 'int'> |