Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
uavcan_allocator.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2025 Fabien-B <fabien-b@github.com>
3 * This file is part of paparazzi. See LICENCE file.
4 */
5
11#pragma once
12#include "inttypes.h"
13
14struct uavcan_iface_t;
15
20
25
28
29void uavcan_allocator_init(void);
uint16_t foo
Definition main_demo5.c:58
uavcan interface structure
Definition uavcan.h:44
void uavcan_allocator_periodic(void)
struct uavcan_node_mapping_t * uavcan_get_node_id_mapping(const uint8_t id)
void request_node_info(struct uavcan_iface_t *iface, uint8_t destination_node_id)
struct uavcan_unique_id_t unique_id
void uavcan_allocator_init(void)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.