Include a header file for the omron protocol
This commit is contained in:
4
site_ansto/hardsup/omron_asyncprotocol.h
Normal file
4
site_ansto/hardsup/omron_asyncprotocol.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef OMRON_ASYNCPROTOCOL_H
|
||||
#define OMRON_ASYNCPROTOCOL_H
|
||||
void OMRONInitProtocol(SicsInterp *pSics);
|
||||
#endif
|
@ -58,6 +58,7 @@
|
||||
#include "beamstopaction.h"
|
||||
#include "cameradriver.h"
|
||||
#include "aqp_opalstatus.h"
|
||||
#include "omron_asyncprotocol.h"
|
||||
|
||||
/*@observer@*//*@null@*/ pCounterDriver CreateMonCounter(/*@observer@*/SConnection *pCon, /*@observer@*/char *name, char *params);
|
||||
|
||||
|
Reference in New Issue
Block a user