Public Member Functions | Public Attributes | List of all members
micros_swarm::NeighborSwarmTuple Struct Reference

#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
 

Detailed Description

Definition at line 77 of file data_type.h.

Constructor & Destructor Documentation

micros_swarm::NeighborSwarmTuple::NeighborSwarmTuple ( const std::vector< int > &  swarm_id_vector_,
int  age_ 
)
inline

Definition at line 82 of file data_type.h.

micros_swarm::NeighborSwarmTuple::~NeighborSwarmTuple ( )
inline

Definition at line 83 of file data_type.h.

Member Function Documentation

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.

Member Data Documentation

int micros_swarm::NeighborSwarmTuple::age

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.


The documentation for this struct was generated from the following file:


micros_swarm
Author(s):
autogenerated on Mon Jun 10 2019 14:02:06