Files
sics/site_ansto/orhvps.h
Douglas Clowes 28e39b963a update in line with nhq driver
r2590 | dcl | 2008-05-29 14:50:35 +1000 (Thu, 29 May 2008) | 2 lines
2012-11-15 13:37:32 +11:00

33 lines
841 B
C

/*-------------------------------------------------------------------------
O R H V P S
Support for Oak Ridge High Voltage Power Supply for SICS.
The meaning and working of the functions defined is as desribed for a
general environment controller.
Douglas Clowes, December 2007
copyright: see implementation file.
-----------------------------------------------------------------------------*/
#ifndef SICSORHVPS
#define SICSORHVPS
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "sics.h"
#include <obpar.h>
#include "ansto_evcontroller.h"
void ORHVPSInitProtocol(SicsInterp *pSics);
pEVDriver CreateORHVPSDriver(int argc, char *argv[]);
void ORHVPSRegister(pEVControl self, pEVDriver driv);
int ORHVPSWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif