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
This commit is contained in:
Ferdi Franceschini
2008-08-07 13:19:12 +10:00
committed by Douglas Clowes
parent d7cea6914c
commit 3398c75eaf
2 changed files with 367 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#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