MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / open

Method open

src/cli/MeasureManager.cpp:595–598  ·  view source on GitHub ↗

TODO:: https://github.com/microsoft/cpprestsdk/blob/master/Release/samples/CasaLens/casalens.cpp

Source from the content-addressed store, hash-verified

593
594// TODO:: https://github.com/microsoft/cpprestsdk/blob/master/Release/samples/CasaLens/casalens.cpp
595bool MeasureManagerServer::open() {
596 auto status = m_listener.open().then([](pplx::task<void> t) { handle_error(t); }).wait();
597 return status == pplx::task_group_status::completed;
598}
599bool MeasureManagerServer::close() {
600 auto status = m_listener.close().then([](pplx::task<void> t) { handle_error(t); }).wait();
601 return status == pplx::task_group_status::completed;

Callers 15

SwigWrapToRDoc.rbFile · 0.45
output_to_csvFunction · 0.45
output_to_markdownFunction · 0.45
CheckForQObject.rbFile · 0.45
BlameFiles.rbFile · 0.45
AnalyzeDumpbin.rbFile · 0.45
parse_implFunction · 0.45

Calls 1

waitMethod · 0.80

Tested by 5

compareJSONSMethod · 0.36
TEST_FFunction · 0.36
test_file_readMethod · 0.36
test_fileutils_mvMethod · 0.36
test_bundle_defaultMethod · 0.36