Classes | |
struct | GX3Message |
Typedefs | |
typedef GX3Message< 0xE9, 7 > | ReadFirmwareVersion |
Functions | |
template<class Type > | |
Type | byte_swap (Type value) |
Contains the GX3 command structures. The following message types exist:
Common command message (12): Request: 1 command byte Response: 1 command byte n float values timer value (float) checksum
typedef GX3Message<0xE9,7> LABUST::MICROSTRAIN::GX3COMMS::ReadFirmwareVersion |
Definition at line 66 of file MicrostrainLib.hpp.
Type LABUST::MICROSTRAIN::GX3COMMS::byte_swap | ( | Type | value | ) | [inline] |
Swaps the bytes. Little-endian to big-endian conversion.
Definition at line 34 of file MicrostrainLib.hpp.