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

Function hadmapClose

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

Source from the content-addressed store, hash-verified

100 return -1;
101}
102int hadmapClose(txMapHandle** ppHandle) {
103 if (!ppHandle || !(*ppHandle)) {
104 return TX_HADMAP_HANDLE_OK;
105 }
106 delete (*ppHandle);
107 (*ppHandle) = NULL;
108 return TX_HADMAP_HANDLE_OK;
109}
110
111int hadmapOutput(const char* fileInfo, const MAP_DATA_TYPE& type, txMapHandle* ppHandle) {
112 if ((ppHandle) == NULL) {

Callers 15

disconnectHDMapMethod · 0.85
ParseMapOldMethod · 0.85
ParseMapMethod · 0.85
ParseMapV2Method · 0.85
DeinitMethod · 0.85
ParseMapOldMethod · 0.85
ParseMapMethod · 0.85
DisconectMethod · 0.85
DeinitMethod · 0.85
CloseMapMethod · 0.85
ReleaseMethod · 0.85
ReleaseMethod · 0.85

Calls

no outgoing calls

Tested by 2

ReleaseHADMapMethod · 0.68
mainFunction · 0.68