MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetQueryStageName

Method GetQueryStageName

cpp/src/Node.cpp:846–852  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Gets the query stage name -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

844// Gets the query stage name
845//-----------------------------------------------------------------------------
846string Node::GetQueryStageName
847(
848 QueryStage const _stage
849)
850{
851 return c_queryStageNames[_stage];
852}
853
854//-----------------------------------------------------------------------------
855// <Node::GetNeighbors>

Callers 3

GetNodeQueryStageMethod · 0.80
WriteNextMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected