#include <provider.h>
Public Attributes | |
struct statefs_node | node |
struct statefs_variant | default_value |
Properties can be readable/writable and discrete/continuous. Discrete property is the property changing in some discrete intervals so each change can be tracked through event. Continuous property is changing continuously (or maybe, also, very frequently to use events to track it) so it should be requested only explicitely. Access to property is serialized.
struct statefs_variant statefs_property::default_value |
used to initialize property file with initial value. It is used when provider is not available or can't provide data