RIT VEXU Core API
|
#include <builtins.hpp>
Public Member Functions | |
PIDDataRecord (std::string name, PID &pid) | |
void | fetch () override |
![]() | |
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 | fetch () override |
void | read_data_from_message (PacketReader &reader) override |
![]() | |
Part (std::string name) | |
std::string | pretty_print () const |
std::string | pretty_print_data () const |
Additional Inherited Members | |
![]() | |
void | write_schema (PacketWriter &sofar) const override |
void | write_message (PacketWriter &sofar) const override |
Defines a record that holds pid values to be sent to the board
VDP::PIDDataRecord::PIDDataRecord | ( | std::string | name, |
PID & | pid ) |
Creates a record that contains a Float of the pid P value Float of the pid I value Float of the pid D value Float of the pid error Float of the pid output String of the pid type (linear or angular)
name | the name of the record to create |
pid | the pid to get data from |
|
overridevirtual |