43 #ifndef MAVLINK_COMMUNICATION_DEFAULT_CONFIG_H_
44 #define MAVLINK_COMMUNICATION_DEFAULT_CONFIG_H_
51 #include "mavlink_communication.h"
58 .schedule_strategy = ROUND_ROBIN,
61 .mavlink_stream_config =
67 .message_handler_config =
69 .max_msg_callback_count = 20,
70 .max_cmd_callback_count = 20,
73 .onboard_parameters_config =
75 .max_param_count = MAX_ONBOARD_PARAM_COUNT,
78 .max_msg_sending_count = 22
86 #endif // MAVLINK_COMMUNICATION_DEFAULT_CONFIG_H_
Configuration of the module Mavlink Communication.
Definition: mavlink_communication.h:110
uint32_t max_task_count
Maximum number of tasks.
Definition: scheduler.h:184