Rev 198 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 198 | Rev 265 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | DLLEXPORT void DRSSetTriggerPolarity(int polarity); |
17 | DLLEXPORT void DRSSetTriggerPolarity(int polarity); |
| 18 | 18 | ||
| 19 | DLLEXPORT float * DRSGetTime(int ch); |
19 | DLLEXPORT float * DRSGetTime(int ch); |
| 20 | DLLEXPORT float * DRSGetWave(int ch); |
20 | DLLEXPORT float * DRSGetWave(int ch); |
| 21 | 21 | ||
| - | 22 | DLLEXPORT int DRSCalibrateTiming(); |
|
| 22 | DLLEXPORT int DRSInit(); |
23 | DLLEXPORT int DRSInit(); |
| 23 | DLLEXPORT int DRSRead( int drstimer); |
24 | DLLEXPORT int DRSRead( int drstimer); |
| 24 | DLLEXPORT int DRSEnd(); |
25 | DLLEXPORT int DRSEnd(); |
| 25 | DLLEXPORT int DRSToBuffer( unsigned char *p, int m_evSerial ); |
26 | DLLEXPORT int DRSToBuffer( unsigned char *p, int m_evSerial ); |
| 26 | 27 | ||