areaDetector
3-13
EPICS areaDetector framework
home
runner
work
areaDetector
areaDetector
ADPCO
pcoApp
src
drvPco.h
Go to the documentation of this file.
1
11
#ifndef DRVPCO_H_
12
#define DRVPCO_H_
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
int
PCOConfig
(
const
char
*portName,
const
char
*serverPort,
int
maxBuffers,
19
size_t
maxMemory,
int
priority,
int
stackSize);
20
21
extern
int
pco_blocking
;
22
extern
int
pco_pr_mutex
;
23
extern
int
pco_pr_mutex2
;
24
25
#ifdef __cplusplus
26
}
27
#endif
28
#endif
pco_blocking
int pco_blocking
debugging flags
Definition:
pco.cpp:73
PCOConfig
int PCOConfig(const char *portName, const char *serverPort, int maxBuffers, size_t maxMemory, int priority, int stackSize)
drvSimDetector.h
Definition:
pco.cpp:208
pco_pr_mutex
int pco_pr_mutex
Definition:
pco.cpp:74
pco_pr_mutex2
int pco_pr_mutex2
Definition:
pco.cpp:75
Generated by
1.9.1