SKTelecom_ThingPlug / GMMP

Dependents:   ThingPlug_WiFi_Example

Embed: (wiki syntax)

« Back to documentation index

GMMP_Util.h File Reference

GMMP_Util.h File Reference

GMMP에 사용되는 Util 함수 More...

Go to the source code of this file.

Functions

int IsBigEndianSystem (void)
 라이브러리를 사용중인 플랫폼 시스템이 big-endian, little-endian인지 확인한다.
short ltobs (const short nShort)
 short형 변수의 정보를 리틀엔디언 에서 빅엔디언으로 변경
short btols (const short nShort)
 short형 변수의 정보를 빅엔디언에서 리틀엔디언으로 변경
short _btols (const short nShort)
 short형 변수의 정보 변환 내부 함수
long ltobi (const long nInt)
 int형 변수의 정보를 리틀엔디언 에서 빅엔디언으로 변경
long btoli (const long nInt)
 int형 변수의 정보를 빅엔디언에서 리틀엔디언으로 변경
long _ltobi (const long nInt)
 int형 변수의 정보 변환 내부 함수

Detailed Description

GMMP에 사용되는 Util 함수

Date:
2013/11/21
Version:
0.0.0.1

Definition in file GMMP_Util.h.


Function Documentation

short _btols ( const short  nShort )

short형 변수의 정보 변환 내부 함수

Parameters:
nShort

Definition at line 20 of file GMMP_Util.cpp.

long _ltobi ( const long  nInt )

int형 변수의 정보 변환 내부 함수

Parameters:
nInt
Returns:

Definition at line 40 of file GMMP_Util.cpp.

long btoli ( const long  nInt )

int형 변수의 정보를 빅엔디언에서 리틀엔디언으로 변경

Parameters:
nInt
Returns:

Definition at line 35 of file GMMP_Util.cpp.

short btols ( const short  nShort )

short형 변수의 정보를 빅엔디언에서 리틀엔디언으로 변경

Parameters:
nShort

Definition at line 15 of file GMMP_Util.cpp.

int IsBigEndianSystem ( void   )

라이브러리를 사용중인 플랫폼 시스템이 big-endian, little-endian인지 확인한다.

Returns:
big-endian : 0, little-endian : 1
long ltobi ( const long  nInt )

int형 변수의 정보를 리틀엔디언 에서 빅엔디언으로 변경

Parameters:
nInt
Returns:

Definition at line 30 of file GMMP_Util.cpp.

short ltobs ( const short  nShort )

short형 변수의 정보를 리틀엔디언 에서 빅엔디언으로 변경

Parameters:
nShort

Definition at line 10 of file GMMP_Util.cpp.