Include a header file for the omron protocol

This commit is contained in:
Douglas Clowes
2014-06-18 10:40:41 +10:00
parent 881fce1feb
commit 25346f5e02
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#ifndef OMRON_ASYNCPROTOCOL_H
#define OMRON_ASYNCPROTOCOL_H
void OMRONInitProtocol(SicsInterp *pSics);
#endif

View File

@ -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);