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
6 lines
212 B
C
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
|