|
RIT VEXU Core API
|
#include <builtins.hpp>
Public Member Functions | |
| TestRecord (std::string name, double test_float, int64_t test_int64) | |
Public Member Functions inherited from VDP::Record | |
| Record (std::string name) | |
| Record (std::string name, const std::vector< Part * > &parts) | |
| Record (std::string name, std::vector< PartPtr > parts) | |
| Record (std::string name, PacketReader &reader) | |
| void | set_fields (std::vector< PartPtr > fields) |
| void | read_data_from_message (PacketReader &reader) override |
Public Member Functions inherited from VDP::Part | |
| Part (std::string name) | |
| std::string | pretty_print () const |
| std::string | pretty_print_data () const |
Additional Inherited Members | |
Protected Member Functions inherited from VDP::Record | |
| void | write_schema (PacketWriter &sofar) const override |
| void | write_message (PacketWriter &sofar) const override |
Defines a record for testing purposes, currently tests a float and int64
| VDP::TestRecord::TestRecord | ( | std::string | name, |
| double | test_float, | ||
| int64_t | test_int64 ) |
Defines a record for testing purposes, currently tests a float and int64
=
Defines a record for testing purposes, currently tests a float and int64