33 #ifndef EMANELOCATIONMANAGER_HEADER_    34 #define EMANELOCATIONMANAGER_HEADER_    55     using LocationStore = std::map<NEMId,PositionOrientationVelocity>;
    56     using LocationInfoCache = std::map<NEMId,LocationInfo>;
    59     LocationStore locationStore_;
    60     LocationInfoCache locationInfoCache_;
    64 #endif // EMANELOCATIONMANAGER_HEADER_ 
void update(const Events::Locations &locations)
std::list< Location > Locations
std::pair< LocationInfo, bool > getLocationInfo(NEMId remoteNEMId)
LocationManager(NEMId nemId)