#include <data_type.h>
Public Member Functions | |
void | addSwarmID (int swarm_id) |
NeighborSwarmTuple (const std::vector< int > &swarm_id_vector_, int age_) | |
void | removeSwarmID (int swarm_id) |
bool | swarmIDExist (int swarm_id) |
~NeighborSwarmTuple () | |
Public Attributes | |
int | age |
std::vector< int > | swarm_id_vector |
Definition at line 77 of file data_type.h.
micros_swarm::NeighborSwarmTuple::NeighborSwarmTuple | ( | const std::vector< int > & | swarm_id_vector_, |
int | age_ | ||
) | [inline] |
Definition at line 82 of file data_type.h.
Definition at line 83 of file data_type.h.
void micros_swarm::NeighborSwarmTuple::addSwarmID | ( | int | swarm_id | ) | [inline] |
Definition at line 86 of file data_type.h.
void micros_swarm::NeighborSwarmTuple::removeSwarmID | ( | int | swarm_id | ) | [inline] |
Definition at line 91 of file data_type.h.
bool micros_swarm::NeighborSwarmTuple::swarmIDExist | ( | int | swarm_id | ) | [inline] |
Definition at line 96 of file data_type.h.
Definition at line 80 of file data_type.h.
std::vector<int> micros_swarm::NeighborSwarmTuple::swarm_id_vector |
Definition at line 78 of file data_type.h.