baudRate | Boardcore::VNCommonSerial | protected |
calculateChecksum16(const uint8_t *message, int length) | Boardcore::VNCommonSerial | protected |
calculateChecksum8(const uint8_t *message, int length) | Boardcore::VNCommonSerial | protected |
checkErrorVN(const char *message) | Boardcore::VNCommonSerial | protected |
closeAndReset() | Boardcore::VNCommonSerial | |
configDefaultSerialPort() | Boardcore::VNCommonSerial | protected |
configUserSerialPort() | Boardcore::VNCommonSerial | protected |
crc | Boardcore::VNCommonSerial | protected |
CRCOptions enum name | Boardcore::VNCommonSerial | |
DEFAULT_BAUDRATE | Boardcore::VNCommonSerial | protectedstatic |
disableAsyncMessages(bool waitResponse) | Boardcore::VNCommonSerial | protected |
getBinaryOutput(T &binaryData, const char *const sampleCommand) | Boardcore::VNCommonSerial | protected |
getHSIEstimatorValues() | Boardcore::VNCommonSerial | |
isInit | Boardcore::VNCommonSerial | protected |
logger | Boardcore::VNCommonSerial | protected |
recvString | Boardcore::VNCommonSerial | protected |
recvStringCommand(char *command, int maxLength) | Boardcore::VNCommonSerial | protected |
recvStringLength | Boardcore::VNCommonSerial | protected |
recvStringMaxDimension | Boardcore::VNCommonSerial | protectedstatic |
restoreFactorySettings() | Boardcore::VNCommonSerial | |
saveConfiguration() | Boardcore::VNCommonSerial | |
sendStringCommand(std::string command) | Boardcore::VNCommonSerial | protected |
setAccelerometerCompensation(const Eigen::Matrix3f &c, const Eigen::Vector3f &b) | Boardcore::VNCommonSerial | |
setCrc(bool waitResponse=true) | Boardcore::VNCommonSerial | protected |
setGyroscopeCompensation(const Eigen::Matrix3f &c, const Eigen::Vector3f &b) | Boardcore::VNCommonSerial | |
setMagnetometerCompensation(const Eigen::Matrix3f &c, const Eigen::Vector3f &b) | Boardcore::VNCommonSerial | |
startHSIEstimator(uint8_t convergeRate) | Boardcore::VNCommonSerial | |
stopHSIEstimator() | Boardcore::VNCommonSerial | |
usart | Boardcore::VNCommonSerial | protected |
verifyChecksum(char *command, int maxLength) | Boardcore::VNCommonSerial | protected |
verifyModelNumber(const char *expectedModelNumber) | Boardcore::VNCommonSerial | protected |
VNCommonSerial(USART &usart, int baudrate, const char *sensorName, CRCOptions crc, const std::chrono::milliseconds timeout) | Boardcore::VNCommonSerial | |
writeRegister(const std::string &command) | Boardcore::VNCommonSerial | protected |
~VNCommonSerial() | Boardcore::VNCommonSerial | |