Skip to content

helpers_8h

Timur Chikichev edited this page Nov 9, 2021 · 3 revisions

Indoor-Positioning-And-Navigation-Algorithms/tools/verification/helpers.h

Classes

Name
struct NavigationPoint

Functions

Name
template <typename Map1 ,typename Map2 >
bool
haveEqualKeys(const Map1 & lhs, const Map2 & rhs)
std::vector< navigine::navigation_core::Measurement > GetNavMessages(const std::string & jsonFile)
navigine::navigation_core::GeoLevels ParseGeojson(const std::string & jsonFile, int & errorCode)
navigine::navigation_core::NavigationSettings CreateSettingsFromJson(const std::string & jsonFile, int & errorCode)

Functions Documentation

function haveEqualKeys

template <typename Map1 ,
typename Map2 >
bool haveEqualKeys(
    const Map1 & lhs,
    const Map2 & rhs
)

function GetNavMessages

std::vector< navigine::navigation_core::Measurement > GetNavMessages(
    const std::string & jsonFile
)

function ParseGeojson

navigine::navigation_core::GeoLevels ParseGeojson(
    const std::string & jsonFile,
    int & errorCode
)

function CreateSettingsFromJson

navigine::navigation_core::NavigationSettings CreateSettingsFromJson(
    const std::string & jsonFile,
    int & errorCode
)

Updated on 2021-11-09 at 15:07:06 +0300

Clone this wiki locally