1 #ifndef CARMA_CONTROL_NEARESTINFO_UTILS_H
2 #define CARMA_CONTROL_NEARESTINFO_UTILS_H
4 #include "carma/corba/corba.h"
5 #include "carma/control/NearestInfo.h"
20 const carma::services::NeighborSet & neighborSet );
32 #endif //CARMA_CONTROL_NEARESTINFO_UTILS_H
Data on nearest neighbor to a source.
NearestInfo copyNeighbor(const carma::services::Neighbor &neighbor)
Copy the data from a single services::Neighbor object to a control::NearestInfo object.
Nearby neighbor source data structure definition.
NearestInfoSeq_var convertNeighborSetToNearestInfoSeq(const carma::services::NeighborSet &neighborSet)
Convert Neighbor objects to an IDL sequence of NearestInfo objects.