Basic implementation of Xbus message parsing and generation for embedded processors. The code has no dependencies and should also work for other MCU architectures than ARM provided a C99 compiler is available.

Dependents:   MTi-1_example_LPC1768 MTi-1_rikbeun MTi-1_example MTi-1_example ... more

Embed: (wiki syntax)

« Back to documentation index

xsdeviceid.c File Reference

xsdeviceid.c File Reference

Go to the source code of this file.

Functions

bool XsDeviceId_isMtMk4_X (uint32_t deviceId)
 Return true if device ID corresponds to a MTi-1 series device.
char const * XsDeviceId_functionDescription (enum DeviceFunction function)
 Get a string describing the function of the MTi device.

Detailed Description

Copyright (C) Xsens Technologies B.V., 2015.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file xsdeviceid.c.


Function Documentation

char const* XsDeviceId_functionDescription ( enum DeviceFunction  function )

Get a string describing the function of the MTi device.

Definition at line 32 of file xsdeviceid.c.

bool XsDeviceId_isMtMk4_X ( uint32_t  deviceId )

Return true if device ID corresponds to a MTi-1 series device.

Definition at line 23 of file xsdeviceid.c.