add new protocl controller for ag1010

r3672 | jgn | 2012-07-23 13:41:13 +1000 (Mon, 23 Jul 2012) | 1 line
This commit is contained in:
Jing Chen
2012-07-23 13:41:13 +10:00
committed by Douglas Clowes
parent 96d8af4de2
commit 31b6cd6d3f

View File

@@ -66,6 +66,7 @@ extern void AddHttpProtocoll();
extern void AddProtek608Protocol();
extern void AddRFAmpProtocol();
extern void AddTCPMBProtocol ();
extern void AddLFGenProtocol();
extern int ANSTO_MakeHistMemory(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]);
@@ -87,6 +88,7 @@ void SiteInit(void) {
AddProtek608Protocol();
AddRFAmpProtocol();
AddTCPMBProtocol();
AddLFGenProtocol();
}
static pSite /*@null@*/ siteANSTO = NULL;