Contains the ScanPorts interface. More...
#include "xsens_list.h"
Go to the source code of this file.
Namespaces | |
namespace | xsens |
The namespace of all Xsens software since 2006. | |
Functions | |
bool | xsens::cmtScanForIMU (CmtPortInfo &port, uint32_t baudrate, uint32_t singleScanTimeout, uint32_t scanTries) |
bool | xsens::cmtScanPorts (List< CmtPortInfo > &ports, uint32_t baudrate=0, uint32_t singleScanTimeout=1000, uint32_t scanTries=1) |
Scan COM ports for connected Xsens devices. | |
bool | xsens::cmtScanPort (CmtPortInfo &portInfo, uint32_t baudrate=0, uint32_t singleScanTimeout=1000, uint32_t scanTries=1) |
Scan a single COM port for connected Xsens devices. |
Contains the ScanPorts interface.
This file contains the interfaces for the functions that are required for scanning ports for Xsens devices.
Copyright (C) Xsens Technologies B.V., 2006. All rights reserved.
This source code is intended for use only by Xsens Technologies BV and those that have explicit written permission to use it from Xsens Technologies BV.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file cmtscan.h.