Files
sics/site_ansto/beamstopaction.h
Ferdi Franceschini 3398c75eaf beamstopaction.[ch]
NEW: Implements an action command to drive the quokka beamstops up and down.

r2671 | ffr | 2008-08-07 13:19:12 +1000 (Thu, 07 Aug 2008) | 3 lines
2012-11-15 13:40:48 +11:00

6 lines
212 B
C

#ifndef BEAMSTOPACTION
#define BEAMSTOPACTION
int ActionObjectFactory(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]);
static int AO_CheckStatus(void *pData, SConnection *pCon);
#endif