PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <px4_platform_common/px4_config.h>
#include <uavcan_stm32/uavcan_stm32.hpp>
#include <drivers/device/device.h>
#include <uavcan/protocol/global_time_sync_slave.hpp>
#include <uavcan/protocol/file/BeginFirmwareUpdate.hpp>
#include <uavcan/node/timer.hpp>
Go to the source code of this file.
Classes | |
class | UavcanNode |
A UAVCAN node. More... | |
Macros | |
#define | NUM_ACTUATOR_CONTROL_GROUPS_UAVCAN 1 |
#define | UAVCAN_DEVICE_PATH "/dev/uavcan/node" |
#define | UAVCAN_NUM_POLL_FDS (NUM_ACTUATOR_CONTROL_GROUPS_UAVCAN+1) |
#define NUM_ACTUATOR_CONTROL_GROUPS_UAVCAN 1 |
Definition at line 51 of file uavcannode_main.hpp.
#define UAVCAN_DEVICE_PATH "/dev/uavcan/node" |
Definition at line 52 of file uavcannode_main.hpp.
#define UAVCAN_NUM_POLL_FDS (NUM_ACTUATOR_CONTROL_GROUPS_UAVCAN+1) |
Definition at line 55 of file uavcannode_main.hpp.