MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / find_connection

Method find_connection

dds/FACE/config/Parser.cpp:273–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273int
274Parser::find_connection(const char* name,
275 ConnectionSettings& target)
276{
277 int status = 1;
278 ConnectionMap::iterator result;
279 if ((result = connection_map_.find(name)) != connection_map_.end()) {
280 status = 0;
281 target = result->second;
282 }
283 return status;
284}
285
286int
287Parser::find_topic(const char* name,

Callers 2

Create_ConnectionFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected