Load modbus protocol handler into SICS.

r3360 | ffr | 2012-01-30 11:11:42 +1100 (Mon, 30 Jan 2012) | 2 lines
This commit is contained in:
Ferdi Franceschini
2012-01-30 11:11:42 +11:00
committed by Douglas Clowes
parent 20ce9381bb
commit ebf297eac8

View File

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