13 #ifndef GENAPI_SWISSKNIFET_H 14 #define GENAPI_SWISSKNIFET_H 16 #include "GenApi/impl/Log.h" 34 GCLOG_INFO_PUSH(m_pValueLog)(
"_GetValue(value)...");
35 double Value = Base::_GetValue(value);
36 GCLOG_INFO_POP(m_pValueLog)(
"...GetValue(value) = %f", Value );
Implementation of the SwissKnife Interface.
virtual double _GetValue(double value)
Implementation of SwissKnife::GetValue(double value)
Part of the generic device API.
virtual CLock & GetLock() const =0
Returns the lock which guards the node map.