|
Last change
on this file since 1423 was 22, checked in by ogrimm, 17 years ago |
|
First commit of drsdaq program
|
-
Property svn:executable
set to
*
|
|
File size:
806 bytes
|
| Line | |
|---|
| 1 | /********************************************************/
|
|---|
| 2 | /* file : get_input.h */
|
|---|
| 3 | /* */
|
|---|
| 4 | /* prototypes for get_input functions */
|
|---|
| 5 | /* */
|
|---|
| 6 | /* Maintained by: Markus Joos, CERN PH/ESS */
|
|---|
| 7 | /********************************************************/
|
|---|
| 8 |
|
|---|
| 9 | #ifndef _GET_INPUT_H
|
|---|
| 10 | #define _GET_INPUT_H
|
|---|
| 11 |
|
|---|
| 12 | #ifdef __cplusplus
|
|---|
| 13 | extern "C"
|
|---|
| 14 | {
|
|---|
| 15 | #endif
|
|---|
| 16 |
|
|---|
| 17 | long getdec(void);
|
|---|
| 18 | long getdecd(long defa);
|
|---|
| 19 | unsigned long gethex(void);
|
|---|
| 20 | unsigned long gethexd(unsigned long defa);
|
|---|
| 21 | char getfstchar(void);
|
|---|
| 22 | void getstrd(char* a, char* defa);
|
|---|
| 23 | float getfloatd(float defa);
|
|---|
| 24 |
|
|---|
| 25 | int ReadCard_int (char* filename, char* tag, int nr, int* i);
|
|---|
| 26 | int ReadCard_uint(char* filename, char* tag, int nr, unsigned int* u);
|
|---|
| 27 | int ReadCard_str (char* filename, char* tag, int nr, char* c);
|
|---|
| 28 |
|
|---|
| 29 | #ifdef __cplusplus
|
|---|
| 30 | }
|
|---|
| 31 | #endif
|
|---|
| 32 |
|
|---|
| 33 | #endif
|
|---|
| 34 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.