areaDetector  3-5-0
EPICS areaDetector framework
mar3xx_pck.h
Go to the documentation of this file.
1 #ifndef mar3xx_pck_h
2 #define mar3xx_pck_h
3 
4 #include "types.h"
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 void get_pck (FILE *, INT16 *);
10 int put_pck (INT16 *, int, int, int);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 
17 #endif /* mar3xx_pck_h */
void get_pck(FILE *, INT16 *)
Definition: mar3xx_pck.c:275
#define INT16
Definition: types.h:63
int put_pck(INT16 *, int, int, int)
Definition: mar3xx_pck.c:63