Contains information on an attached device
Gets the DeviceStatus for the device
A DeviceStatus that represents the connetion status of the device
Gets the serial address for the device
The serial number of the device
Contains helper functions for accessing attached devices
Typedef for a map of string COM ports to DeviceInfo objects detailing the information about each device
Gets a list of all the attached (USB) BaseStations. Note that this is solely going by listed devices that use our driver, so this may pick up similar devices that are not BaseStations.
A DeviceList representing the COM ports that were found that match MicroStrain BaseStations. If none were found, the list will be empty.
Gets a list of all the attached (USB) InertialDevices.
A DeviceList representing the COM ports that were found that match MicroStrain InertialDevices. If none were found, the list will be empty.
Gets a simple list of all serial ports and their availability. This function does not tell you which device is on which port, but can be useful for listing actual serial ports.
A DeviceList representing the ports that were found and their availability. If none were found, the list will be empty.