StateFS
 All Classes Files Functions Variables Typedefs Enumerations Groups Pages
Public Attributes | List of all members
statefs_property Struct Reference

#include <provider.h>

Inheritance diagram for statefs_property:
Inheritance graph
[legend]
Collaboration diagram for statefs_property:
Collaboration graph
[legend]

Public Attributes

struct statefs_node node
 
struct statefs_variant default_value
 

Detailed Description

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.

Member Data Documentation

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


The documentation for this struct was generated from the following file: