#include <uavcan/build_config.hpp>
#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <cstdio>
Go to the source code of this file.
Namespaces | |
uavcan | |
Typedefs | |
typedef std::int16_t | uavcan::int16_t |
typedef std::int32_t | uavcan::int32_t |
typedef std::int64_t | uavcan::int64_t |
typedef std::int8_t | uavcan::int8_t |
typedef std::uint16_t | uavcan::uint16_t |
typedef std::uint32_t | uavcan::uint32_t |
typedef std::uint64_t | uavcan::uint64_t |
typedef std::uint8_t | uavcan::uint8_t |
Functions | |
int | uavcan::snprintf (char *out, std::size_t maxlen, const char *format,...) |