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

OutputConfiguration Struct Reference

OutputConfiguration Struct Reference

Output configuration structure. More...

#include <xbusmessage.h>

Data Fields

enum XsDataIdentifier dtype
 Data type of the output.
uint16_t freq
 The output frequency in Hz, or 65535 if the value should be included in every data message.

Detailed Description

Output configuration structure.

Definition at line 98 of file xbusmessage.h.


Field Documentation

Data type of the output.

Definition at line 101 of file xbusmessage.h.

uint16_t freq

The output frequency in Hz, or 65535 if the value should be included in every data message.

Definition at line 106 of file xbusmessage.h.