- 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

View File

@ -17,6 +17,7 @@ typedef struct Ascon Ascon;
typedef enum {
AsconOffline,
AsconUnconnected,
AsconConnectPending,
AsconPending,
AsconReady,
AsconFailure /* codes after this indicate also failure */