| 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 |  | 
|---|
| 4 | typedef unsigned char Byte; | 
|---|
| 5 | typedef char SByte; | 
|---|
| 6 | typedef unsigned short int UInt16; | 
|---|
| 7 | typedef short int Int16; | 
|---|
| 8 | typedef int Int32; | 
|---|
| 9 | typedef unsigned int UInt32; | 
|---|
| 10 | typedef unsigned int UINT32; | 
|---|
| 11 | typedef long long int Int64; | 
|---|
| 12 | typedef unsigned long long int UInt64; | 
|---|
| 13 | typedef float Float32; | 
|---|
| 14 |  | 
|---|
| 15 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.