areaDetector 3-14
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
6extern "C" {
7#endif
8
9void get_pck (FILE *, INT16 *);
10int 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
int put_pck(INT16 *, int, int, int)
Definition mar3xx_pck.c:63
#define INT16
Definition types.h:63