source: Sophya/branches/Reza/AddOn/TAcq/brtypes.h

Last change on this file was 3537, checked in by ansari, 17 years ago

Ajout du module AddOn/TAcq (programmes test pour acquisition BAORadio) ds cvs sophya (sous-repertoire AddOn/) , Reza 22/10/2008

File size: 333 bytes
Line 
1#ifndef BRTYPES_H_SEEN
2#define BRTYPES_H_SEEN
3
4typedef unsigned char Byte;
5typedef char SByte;
6typedef unsigned short int UInt16;
7typedef short int Int16;
8typedef int Int32;
9typedef unsigned int UInt32;
10typedef unsigned int UINT32;
11typedef long long int Int64;
12typedef unsigned long long int UInt64;
13typedef float Float32;
14
15#endif
Note: See TracBrowser for help on using the repository browser.