#include <cassert>
#include <uavcan/std.hpp>
#include <uavcan/util/templates.hpp>
#include <uavcan/transport/abstract_transfer_buffer.hpp>
#include <uavcan/build_config.hpp>
Go to the source code of this file.
Classes | |
class | uavcan::BitStream |
Namespaces | |
uavcan | |
Functions | |
void | uavcan::bitarrayCopy (const unsigned char *src_org, std::size_t src_offset, std::size_t src_len, unsigned char *dst_org, std::size_t dst_offset) |