PMX 1.0.0
読み取り中…
検索中…
一致する文字列を見つけられません
DataConv クラス

クラス

union  Int16Byte
 
union  Int32Byte
 
union  Uint16Byte
 
union  Uint32Byte
 

静的公開メンバ関数

static short bytesToInt16 (unsigned char byteDatas[])
 
static unsigned short bytesToUint16 (unsigned char byteDatas[])
 
static long bytesToInt32 (unsigned char byteDatas[])
 
static unsigned long bytesToUint32 (unsigned char byteDatas[])
 
static void int16ToBytes (short shortData, unsigned char byteDatas[])
 
static void uint16ToBytes (unsigned short wordData, unsigned char byteDatas[])
 
static void int32ToBytes (long longData, unsigned char byteDatas[])
 
static void uint32ToBytes (unsigned long dwordData, unsigned char byteDatas[])
 

関数詳解

◆ bytesToInt16()

short DataConv::bytesToInt16 ( unsigned char  byteDatas[])
static
引数
byteDatas
戻り値
short

◆ bytesToInt32()

long DataConv::bytesToInt32 ( unsigned char  byteDatas[])
static
引数
byteDatas
戻り値
long

◆ bytesToUint16()

unsigned short DataConv::bytesToUint16 ( unsigned char  byteDatas[])
static
引数
byteDatas
戻り値
unsigned short

◆ bytesToUint32()

unsigned long DataConv::bytesToUint32 ( unsigned char  byteDatas[])
static
引数
byteDatas
戻り値
unsigned long

◆ int16ToBytes()

void DataConv::int16ToBytes ( short  shortData,
unsigned char  byteDatas[] 
)
static
引数
shortData
byteDatas

◆ int32ToBytes()

void DataConv::int32ToBytes ( long  longData,
unsigned char  byteDatas[] 
)
static
引数
longData
byteDatas

◆ uint16ToBytes()

void DataConv::uint16ToBytes ( unsigned short  wordData,
unsigned char  byteDatas[] 
)
static
引数
wordData
byteDatas

◆ uint32ToBytes()

void DataConv::uint32ToBytes ( unsigned long  dwordData,
unsigned char  byteDatas[] 
)
static
引数
dwordData
byteDatas

このクラス詳解は次のファイルから抽出されました: