13 #ifndef XBOT_NODE_DIAGNOSTICS_HPP_ 14 #define XBOT_NODE_DIAGNOSTICS_HPP_ 21 #include <xbot_driver/modules/battery.hpp> 56 void update(
const bool &is_alive) { alive = is_alive; }
113 void update(
const std::vector<uint8_t> &new_values) {
values = new_values; }
126 void update(
bool new_state) { state = new_state; };
165 void update(
const std::vector<uint16_t> &new_values) {
values = new_values; }
void update(bool new_state)
std::vector< double > values
void run(diagnostic_updater::DiagnosticStatusWrapper &stat)
void update(int16_t new_heading)
void update(const uint8_t &new_status)
void update(const uint8_t &new_status, const Cliff::Data &new_values)
void update(const uint8_t &new_status)
void update(const Battery &battery)
std::vector< uint8_t > values
void update(const bool &is_alive)
DiagnosticTask(const std::string name)
void update(const std::vector< uint8_t > &new_values)