Accelerator Independent Data Access / PVAccess 2.0
AIDA-PVA is the latest version of the AIDA framework. Built on top of EPICS 7 it enables client applications to programmatically access and manage any device or database on the SLAC Network using simple channel names.
Loading...
Searching...
No Matches
AIDASLCMOSC_SERVER.h
1#ifndef AIDASLCMOSC_SERVER_H
2#define AIDASLCMOSC_SERVER_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6/*
7 *
8 * **CMS**=C_INC
9 *
10 */
11extern vmsstat_t DPSLCMOSC_DB_INIT(void);
12extern vmsstat_t DPSLCMOSC_MEASMASTEROSC(double*);
13extern int DPSLCMOSC_ACCESSENABLED(void);
14extern vmsstat_t DPSLCMOSC_SETMASTEROSC(float*, char*, char*, double*);
15extern void JNI_ERR_MOSCTRANSLATE(const unsigned long int*, struct dsc$descriptor*);
16
17#ifdef __cplusplus
18}
19#endif
20#endif