fetch ptr from shared memory to via node list
This commit is contained in:
parent
6b4fa6a40d
commit
fc4aef6d89
@ -55,6 +55,8 @@ private:
|
|||||||
ShM<NodeID, true>::vector m_via_node_list;
|
ShM<NodeID, true>::vector m_via_node_list;
|
||||||
ShM<unsigned, true>::vector m_name_ID_list;
|
ShM<unsigned, true>::vector m_name_ID_list;
|
||||||
ShM<TurnInstruction, true>::vector m_turn_instruction_list;
|
ShM<TurnInstruction, true>::vector m_turn_instruction_list;
|
||||||
|
ShM<char, false>::vector m_names_char_list;
|
||||||
|
ShM<unsigned, false>::vector m_name_begin_indices;
|
||||||
StaticRTree<RTreeLeaf, true> * m_static_rtree;
|
StaticRTree<RTreeLeaf, true> * m_static_rtree;
|
||||||
|
|
||||||
SharedDataFacade() { }
|
SharedDataFacade() { }
|
||||||
@ -150,6 +152,10 @@ private:
|
|||||||
m_via_node_list.swap(via_node_list);
|
m_via_node_list.swap(via_node_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void LoadNames() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SharedDataFacade(
|
SharedDataFacade(
|
||||||
const IniFile & server_config,
|
const IniFile & server_config,
|
||||||
|
Loading…
Reference in New Issue
Block a user