Home
last modified time | relevance | path

Searched defs:m_valueCheck (Results 1 – 15 of 15) sorted by relevance

/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/value_classes/
H A DValueInt.h72 int32 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueShort.h72 int16 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueByte.h72 uint8 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueBool.h77 bool m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueRaw.h75 uint8* m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueBitSet.h90 Bitfield m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueString.h80 string m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueDecimal.h91 string m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/value_classes/
H A DValueByte.h64 uint8 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueInt.h64 int32 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueShort.h64 int16 m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueRaw.h66 uint8* m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueBool.h65 bool m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueString.h64 string m_valueCheck; // the previous value (used for double-checking spurious value reads) variable
H A DValueDecimal.h72 string m_valueCheck; // the previous value (used for double-checking spurious value reads) variable