Several types are available in the Crosswalk SDK for cross-platform compatibility. It is highly recommended that you use them as much as possible to ensure that the code is portable to other platforms.
This is the mapping of Crosswalk SDK types:
|
Crosswalk SDK Types |
C types |
|
SI_Bool |
unsigned short |
|
SI_Byte |
char |
|
SI_Ubyte |
unsigned char |
|
SI_Short |
short |
|
SI_Ushort |
unsigned short |
|
SI_Int |
int |
|
SI_Uint |
unsigned int |
|
SI_Float |
float |
|
SI_Double |
double |
|
SI_Long |
long |
|
SI_Void |
void |
|
SI_Ulong |
unsigned long |
SOFTIMAGE|XSI v6.0