Standard roles:
- DataStoreAdmin - may add DataStorage objects to the DataManagerImpl
- DeviceOperator
- DistributionGridOperator
Standard users:
- root - owner of all roles
TODO implement authentication
Creates an instance of a FileObjectProxy
The rootNodePath (output folder) usually is specified in JVM flag: org.openmuc.mux.dbprovider.slotsdb.dbfolder
Representation of OBIS formated data according to IEC 62065-21/-61
Usage: Parse message elements of (electricity) meters that speak protocols
according to IEC 62056-21 (formerly IEC 1107)
Each OBISData object consists of one OBISCode object for self-description and
one or more OBISValue objects.
Check the first NFDS descriptors each in READFDS (if not NULL) for read
readiness, in WRITEFDS (if not NULL) for write readiness, and in EXCEPTFDS
(if not NULL) for exceptional conditions.
Class implementing a UDP Connection to a SMA Sunny Webbox
SunnyWebboxConnection provides a sendJSONRequest function to send and receive serialized JSON Strings
Object locators for WAGO I/O system are composed of
* module number
* weather it is an input or output
* and the channel
e.g. first module (slot), first input channel
"n0.input(0)"
e.g. second module (slot), second output channel
"n1.output(1)"