- Major changes folling the rework of the connection object

- Added support for galil controllers
This commit is contained in:
koennecke
2009-02-03 08:07:30 +00:00
parent 9374bea841
commit 6c7bb14fad
29 changed files with 364 additions and 139 deletions

3
psi.c
View File

@ -79,6 +79,8 @@ extern int MakeLMD200(SConnection *pCon, SicsInterp *pSics, void *pData,
extern void AddJulChoProtocoll();
/* from sinqhttpprot.c */
extern void AddHttpProtocoll();
/* from pmacprot.c */
extern void AddPMACProtocoll();
/*--------------------------------------------------------------------------*/
void SiteInit(void) {
@ -104,6 +106,7 @@ void SiteInit(void) {
*/
AddJulChoProtocoll();
AddHttpProtocoll();
AddPMACProtocoll();
}