- more AsconStatus states

- enhancements in binprot
- make Logger public (logger.h)
- added lscprot (50 ms write delay for lakeshore models)
- additonal bug fixes
This commit is contained in:
2016-05-13 16:32:18 +02:00
parent e476d19040
commit fdb443441a
10 changed files with 169 additions and 28 deletions

1
ofac.c
View File

@ -51,6 +51,7 @@ static void InitGeneral(void)
INIT(AddBinProtocol);
INIT(AddPMACProtocoll);
INIT(AddCharByCharProtocoll);
INIT(AddLscProtocol);
INIT(MakeTrace);
INIT(InitTaskOBJ);
INIT(RemoteObjectInit);