22#ifndef ACTUATORS_UAVCAN1_CMD_H
23#define ACTUATORS_UAVCAN1_CMD_H
33#define ActuatorUavcan1CmdSet NULL
34#define ActuatorsUavcan1CmdInit() {}
35#define ActuatorsUavcan1CmdCommit() {}
37#define ActuatorUavcan1CmdSet actuators_uavcan1cmd_set
38#define ActuatorsUavcan1CmdInit() actuators_uavcan_init(&uavcan1)
39#define ActuatorsUavcan1CmdCommit() RunOnceEvery(ACTUATORS_UAVCAN_CMD_DIV,actuators_uavcan_cmd_commit(&uavcan1, actuators_uavcan1cmd_values, SERVOS_UAVCAN1CMD_NB))
int16_t actuators_uavcan1cmd_values[SERVOS_UAVCAN1CMD_NB]
Stub file needed per uavcan interface because of generator.
void actuators_uavcan1cmd_set(uint8_t idx, int16_t value)
short int16_t
Typedef defining 16 bit short type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.