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:
committed by
Douglas Clowes
parent
20ce9381bb
commit
ebf297eac8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user