MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / hadmapOutput

Function hadmapOutput

common/map_sdk/map_engine/src/hadmap_engine.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111int hadmapOutput(const char* fileInfo, const MAP_DATA_TYPE& type, txMapHandle* ppHandle) {
112 if ((ppHandle) == NULL) {
113 return TX_HADMAP_HANDLE_ERROR;
114 }
115 if (true == ppHandle->searchPtr->saveMap(type, fileInfo)) return 0;
116 return -1;
117}
118
119std::string version() { return "HAD Map Engine ver 1.0.1"; }
120

Callers 1

SaveMapMethod · 0.85

Calls 1

saveMapMethod · 0.45

Tested by

no test coverage detected