Enumerations | |
| enum | CommError { notImplemented = -2, undefined = -1, noError = 0, noData = 1, callbackRegistered, communicationFailed, commsMisconfigured } |
| notImplemented | |
| undefined | |
| noError | |
| noData | |
| callbackRegistered | |
| communicationFailed | |
| commsMisconfigured |
Definition at line 38 of file GyrosCommsInterface.hpp.