/*------------------------------------------------------------------------- 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 #include #include #include "sics.h" #include #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