#include <string>
#include <gtest/gtest.h>
#include <uavcan/transport/transfer.hpp>
#include <uavcan/transport/crc.hpp>
#include "../clock.hpp"
#include "can/can.hpp"
Go to the source code of this file.
Functions | |
TEST (Frame, AnonymousParseCompile) | |
TEST (Frame, FrameParsing) | |
TEST (Frame, FrameToString) | |
TEST (Frame, MessageParseCompile) | |
TEST (Frame, RxFrameParse) | |
TEST (Frame, ServiceParseCompile) | |