Rev 326 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 326 | Rev 357 | ||
|---|---|---|---|
| Line 63... | Line 63... | ||
| 63 | #ifdef _CVI_ | 
            63 | #ifdef _CVI_ | 
          
| 64 | int sa02Printf(const char *format, ...);  | 
            64 | int sa02Printf(const char *format, ...);  | 
          
| 65 | #else | 
            65 | #else | 
          
| 66 | #define sa02Printf printf | 
            66 | #define sa02Printf printf | 
          
| 67 | #endif | 
            67 | #endif | 
          
| - | 68 | ||
| - | 69 | double sa02ampIb(int);  | 
          |
| - | 70 | double sa02adc2V(int);  | 
          |
| - | 71 | double sa02adc2Vp(int);  | 
          |
| - | 72 | double sa02adc2Vm(int);  | 
          |
| - | 73 | double sa02adc2V38(int);  | 
          |
| - | 74 | double sa02adc2Va(int);  | 
          |
| 68 | 75 | ||
| 69 | void sa02Tmlnk (int tout);  | 
            76 | void sa02Tmlnk (int tout);  | 
          
| 70 | void sa02Tmulk (void );  | 
            77 | void sa02Tmulk (void );  | 
          
| 71 | void sa02Timerast (int signumber);  | 
            78 | void sa02Timerast (int signumber);  | 
          
| 72 | extern int sa02TimerOut;  | 
            79 | extern int sa02TimerOut;  |