Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_mavlink_config Struct Reference

Server Configuration. More...

#include <sol-mavlink.h>

Data Fields

uint16_t api_version
 Should always be set to SOL_MAVLINK_CONFIG_API_VERSION. More...
 
int baud_rate
 In case of serial protocol set the baud_rate, default set to 115200. More...
 
const struct sol_mavlink_handlershandlers
 Handlers to be used with this connection. More...
 

Detailed Description

Server Configuration.

Examples:
/src/samples/mavlink/basic.c, and /src/samples/mavlink/goto.c.

Field Documentation

uint16_t sol_mavlink_config::api_version

Should always be set to SOL_MAVLINK_CONFIG_API_VERSION.

Examples:
/src/samples/mavlink/basic.c, and /src/samples/mavlink/goto.c.

Referenced by main().

int sol_mavlink_config::baud_rate

In case of serial protocol set the baud_rate, default set to 115200.

const struct sol_mavlink_handlers* sol_mavlink_config::handlers

Handlers to be used with this connection.


The documentation for this struct was generated from the following file: