Integrate scriptcontext-asyncqueue adapter into build
This commit is contained in:
@@ -34,6 +34,7 @@ HOBJ += sct_protek608.o
|
||||
HOBJ += sct_lfprot.o
|
||||
HOBJ += camera.o
|
||||
HOBJ += cameradriver.o
|
||||
HOBJ += sct_asyncqueue.o
|
||||
|
||||
libhlib.a: $(HOBJ)
|
||||
rm -f libhlib.a
|
||||
|
||||
@@ -67,6 +67,7 @@ extern void AddProtek608Protocol();
|
||||
extern void AddRFAmpProtocol();
|
||||
extern void AddTCPMBProtocol ();
|
||||
extern void AddLFGenProtocol();
|
||||
extern void AddSCAQAProtocol();
|
||||
extern int ANSTO_MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]);
|
||||
extern int testLogCmd(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]);
|
||||
extern pCounterDriver CreateCam(SConnection *pCon, char *name, char *asynq);
|
||||
@@ -192,6 +193,7 @@ void SiteInit(void) {
|
||||
AddRFAmpProtocol();
|
||||
AddTCPMBProtocol();
|
||||
AddLFGenProtocol();
|
||||
AddSCAQAProtocol();
|
||||
}
|
||||
|
||||
static pSite /*@null@*/ siteANSTO = NULL;
|
||||
|
||||
Reference in New Issue
Block a user