Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GMMP by
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 ) |
| long _ltobi | ( | const long | nInt ) |
| long btoli | ( | const long | nInt ) |
int형 변수의 정보를 빅엔디언에서 리틀엔디언으로 변경
- Parameters:
-
nInt
- Returns:
Definition at line 35 of file GMMP_Util.cpp.
| short btols | ( | const short | nShort ) |
| 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 ) |
Generated on Wed Jul 13 2022 20:31:57 by
1.7.2
