DEFINE_CONVERT_ENDIAN(unsigned,int) |
DEFINE_CONVERT_ENDIAN(unsigned,int) |
関数名 Function name |
機能・用途 Purpose |
convert_endian__int 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
int型変数のエンディアンオーダーを反転させる。 Reverse the endian order of an int-type variable. |
convert_endian_unsigned_int 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
unsigned int型変数のエンディアンオーダーを反転させる。 Reverse the endian order of an unsigned int-type variable. |
convert_endian__long 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
long型変数のエンディアンオーダーを反転させる。 Reverse the endian order of a long-type variable. |
convert_endian_unsigned_long 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
unsigned long型変数のエンディアンオーダーを反転させる。 Reverse the endian order of an unsigned long-type variable. |
convert_endian__short 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
short型変数のエンディアンオーダーを反転させる。 Reverse the endian order of a short-type variable. |
convert_endian_unsigned_short 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
unsigned short型変数のエンディアンオーダーを反転させる。 Reverse the endian order of an unsigned short-type variable. |
convert_endian_float 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
float型変数のエンディアンオーダーを反転させる。 Reverse the endian order of a float-type variable. |
convert_endian_double 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
double型変数のエンディアンオーダーを反転させる。 Reverse the endian order of a double-type variable. |
binary_array_endian_reverse 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
unsigned char型配列に読み込んだバイナリデータの
エンディアンオーダーを反転させる。 Reverse the endian order of a binary data that was read into an unsigned char-type array. |