Files
sics/site_ansto/nhq200.h
Douglas Clowes a87c8149db complete rewrite
r2589 | dcl | 2008-05-29 14:50:16 +1000 (Thu, 29 May 2008) | 2 lines
2012-11-15 13:37:28 +11:00

36 lines
921 B
C

/*-------------------------------------------------------------------------
N H Q 2 0 0
Support for FAST ComTec NHQ2xx High Voltage Power Supply for SICS.
The meaning and working of the functions defined is as desribed for a
general environment controller.
Adapted from orhvps code written by:
Douglas Clowes, December 2007
Douglas Clowes, May 2008
copyright: site_ansto/doc/Copyright.txt
-----------------------------------------------------------------------------*/
#ifndef SICSNHQ200
#define SICSNHQ200
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "sics.h"
#include <obpar.h>
#include "ansto_evcontroller.h"
void NHQ200InitProtocol(SicsInterp *pSics);
pEVDriver CreateNHQ200Driver(int argc, char *argv[]);
void NHQ200Register(pEVControl self, pEVDriver driv);
int NHQ200Wrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
#endif