tutrcos
|
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <string>
#include <type_traits>
#include <vector>
#include "cobs.h"
名前空間 | |
namespace | tutrcos |
namespace | tutrcos::utility |
マクロ定義 | |
#define | TUTRCOS_VERIFY(expr) |
関数 | |
template<class T > | |
constexpr std::underlying_type_t< T > | tutrcos::utility::to_underlying (T value) noexcept |
template<class... Args> | |
std::string | tutrcos::utility::format (const char *fmt, Args... args) |
bool | tutrcos::utility::cobs_encode (const std::vector< uint8_t > &src, std::vector< uint8_t > &dest) |
bool | tutrcos::utility::cobs_decode (const std::vector< uint8_t > &src, std::vector< uint8_t > &dest) |
#define TUTRCOS_VERIFY | ( | expr | ) |