AutoCalResult
AutoCalResult
AutoCalResult_shmLink

Abstract base class for AutoCal result classes.

Functions
completionFlag
WirelessTypes::AutoCalCompletionFlag completionFlag() const

Gets the WirelessTypes::AutoCalCompletionFlag of the AutoCal operation result.

parse
virtual void parse(
const Bytes &autoCalInfo
) = 0

Parses the auto cal info bytes sent in the successful response packet.

Parameters
autoCalInfo
const Bytes&

The bytes from a successful auto cal command.

Variables
m_completionFlag
WirelessTypes::AutoCalCompletionFlag m_completionFlag

The WirelessTypes::AutoCalCompletionFlag of the AutoCal operation.

AutoCalResult_shmLink
public
AutoCalResult
AutoCalResult_shmLink

Holds the result information from an autoCal_shmLink command.

Variables
m_errorFlagCh1
WirelessTypes::AutoCalErrorFlag m_errorFlagCh1

The WirelessTypes::AutoCalErrorFlag for the channel 1 strain sensor.

m_errorFlagCh2
WirelessTypes::AutoCalErrorFlag m_errorFlagCh2

The WirelessTypes::AutoCalErrorFlag for the channel 2 strain sensor.

m_errorFlagCh3
WirelessTypes::AutoCalErrorFlag m_errorFlagCh3

The WirelessTypes::AutoCalErrorFlag for the channel 3 strain sensor.

m_offsetCh1
float m_offsetCh1

The offset applied for the channel 1 strain sensor.

m_offsetCh2
float m_offsetCh2

The offset applied for the channel 2 strain sensor.

m_offsetCh3
float m_offsetCh3

The offset applied for the channel 3 strain sensor.

m_temperature
float m_temperature

The temperature at the time of calibration.

Functions
errorFlagCh1
WirelessTypes::AutoCalErrorFlag errorFlagCh1() const

Gets the WirelessTypes::AutoCalErrorFlag for the channel 1 strain sensor.

errorFlagCh2
WirelessTypes::AutoCalErrorFlag errorFlagCh2() const

Gets the WirelessTypes::AutoCalErrorFlag for the channel 2 strain sensor.

errorFlagCh3
WirelessTypes::AutoCalErrorFlag errorFlagCh3() const

Gets the WirelessTypes::AutoCalErrorFlag for the channel 3 strain sensor.

offsetCh1
float offsetCh1() const

Gets the offset applied for the channel 1 strain sensor.

offsetCh2
float offsetCh2() const

Gets the offset applied for the channel 2 strain sensor.

offsetCh3
float offsetCh3() const

Gets the offset applied for the channel 3 strain sensor.

temperature
float temperature() const

Gets the temperature (in ?C) at the time of the calibration.

parse
virtual void parse(
const Bytes &autoCalInfo
) final

Parses the auto cal info bytes for the shm-link.