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

Method AddValue

cpp/src/Scene.cpp:311–319  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Add a ValueID and a string to the scene. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

309// Add a ValueID and a string to the scene.
310//-----------------------------------------------------------------------------
311bool Scene::AddValue
312(
313 ValueID const& _valueId,
314 string const& _value
315)
316{
317 m_values.push_back( new SceneStorage( _valueId, _value ) );
318 return true;
319}
320
321//-----------------------------------------------------------------------------
322// <Scene::RemoveValue>

Callers 14

AddSceneValueMethod · 0.45
CreateValueBitSetMethod · 0.45
CreateValueBoolMethod · 0.45
CreateValueButtonMethod · 0.45
CreateValueByteMethod · 0.45
CreateValueDecimalMethod · 0.45
CreateValueIntMethod · 0.45
CreateValueListMethod · 0.45
CreateValueRawMethod · 0.45
CreateValueScheduleMethod · 0.45
CreateValueShortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected