#include <uavcan/transport/frame.hpp>
#include <uavcan/transport/can_io.hpp>
#include <uavcan/transport/crc.hpp>
#include <uavcan/debug.hpp>
#include <cassert>
Go to the source code of this file.
Namespaces | |
uavcan | |
Functions | |
template<int OFFSET, int WIDTH> | |
static uint32_t | uavcan::bitpack (uint32_t field) |
template<int OFFSET, int WIDTH> | |
static uint32_t | uavcan::bitunpack (uint32_t val) |