INTRODUCTION Overview Download and Install Documentation Publications REPOSITORY Libraries DEVELOPER Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
imudecoder.h 16 //the novatel span system supports different IMUs, with different status bit-fields and different conversion factors 35 virtual inline bool statusIsGood(const uint32_t imuStatus){return true;} // possibly we need isWarning(), isError() as well. Currently anything not good is treated as error. Definition: gbxnovatelacfr/driver.h:27 |