#include <algorithm>
#include <gtest/gtest.h>
#include "transfer_test_helpers.hpp"
#include "can/can.hpp"
#include <uavcan/transport/transfer_sender.hpp>
Go to the source code of this file.
|
static int | sendOne (uavcan::TransferSender &sender, const std::string &data, uint64_t monotonic_tx_deadline, uint64_t monotonic_blocking_deadline, uavcan::TransferType transfer_type, uavcan::NodeID dst_node_id) |
|
static int | sendOne (uavcan::TransferSender &sender, const std::string &data, uint64_t monotonic_tx_deadline, uint64_t monotonic_blocking_deadline, uavcan::TransferType transfer_type, uavcan::NodeID dst_node_id, uavcan::TransferID tid) |
|
| TEST (TransferSender, Basic) |
|
| TEST (TransferSender, Loopback) |
|
| TEST (TransferSender, PassiveMode) |
|
◆ sendOne() [1/2]
◆ sendOne() [2/2]
◆ TEST() [1/3]
◆ TEST() [2/3]
◆ TEST() [3/3]