#include <data_type.h>
Public Member Functions | |
| BlackBoardTuple () | |
| BlackBoardTuple (const std::vector< uint8_t > &value_, const ros::Time ×tamp_, int id_) | |
| void | print () |
Public Attributes | |
| std::vector< uint8_t > | bb_value |
| int | robot_id |
| ros::Time | timestamp |
Definition at line 149 of file data_type.h.
| micros_swarm::BlackBoardTuple::BlackBoardTuple | ( | ) | [inline] |
Definition at line 155 of file data_type.h.
| micros_swarm::BlackBoardTuple::BlackBoardTuple | ( | const std::vector< uint8_t > & | value_, |
| const ros::Time & | timestamp_, | ||
| int | id_ | ||
| ) | [inline] |
Definition at line 157 of file data_type.h.
| void micros_swarm::BlackBoardTuple::print | ( | ) | [inline] |
Definition at line 160 of file data_type.h.
| std::vector<uint8_t> micros_swarm::BlackBoardTuple::bb_value |
Definition at line 150 of file data_type.h.
Definition at line 153 of file data_type.h.
Definition at line 151 of file data_type.h.