|
openDAQ
Open data acquisition platform
|
Inherits EventArgsPtr< Interface >.
Event arguments used in property metadata onRead events. Currently part of the "Suggested values" and "Selection values" read events. They allow listeners to override the read value of the metadata field.
Listeners of such events are expected to always override the current value via the setValue method.
Public Member Functions | |
| daq::PropertyPtr | getProperty () const |
| Gets the property that owns the metadata field. More... | |
| daq::BaseObjectPtr | getValue () const |
| Gets the current value of the metadata field. More... | |
| void | setValue (const daq::BaseObjectPtr &value) const |
| Sets the current value of the metadata field. More... | |
|
inline |
Gets the property that owns the metadata field.
|
inline |
Gets the current value of the metadata field.
|
inline |
Sets the current value of the metadata field.
| value | The value of the metadata field. |