| Last change
 on this file since 3892 was             3308, checked in by ansari, 18 years ago | 
        
          | 
Creation du module AnaLC (lecture suivi EROS avec SOPHYA) dans la baseSOPHYA - cmv+reza 22/08/2007
 
 | 
        
          | 
              
Property                 svn:executable
 set to                 * | 
        
          | File size:
            302 bytes | 
      
      
| Rev | Line |  | 
|---|
| [3308] | 1 | /*  Quelques fonctions de conversion float - > short */ | 
|---|
|  | 2 | /*     Reza - CMV      94                            */ | 
|---|
|  | 3 |  | 
|---|
|  | 4 | #ifndef CONVLIM_H_SEEN | 
|---|
|  | 5 | #define CONVLIM_H_SEEN | 
|---|
|  | 6 |  | 
|---|
|  | 7 | #ifdef __cplusplus | 
|---|
|  | 8 | extern "C" { | 
|---|
|  | 9 | #endif | 
|---|
|  | 10 |  | 
|---|
|  | 11 | short LimitShort(float x); | 
|---|
|  | 12 | unsigned short LimitUShort(float x); | 
|---|
|  | 13 |  | 
|---|
|  | 14 | #ifdef __cplusplus | 
|---|
|  | 15 | } | 
|---|
|  | 16 | #endif | 
|---|
|  | 17 |  | 
|---|
|  | 18 | #endif | 
|---|
|  | 19 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.