Méthode | Description | |
---|---|---|
GenerateDataJSONOutput ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String |
generates JSON dataset from sensor data
|
|
GenerateDataJSONOutputWithoutInterpolation ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String |
generates JSON dataset from sensor data
|
|
GenerateDataJSONOutput_LastEntryOnly ( ObjectTypes DataType, String ObjectTypeName, String ObjectName ) : String |
generates JSON dataset from sensor data
|
|
GenerateJSONDataActorStatistics ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String |
generates JSON dataset from sensor data
|
|
GenerateJSONDataActorStatus ( ActorsStatusOutputTypes OutputType, String ObjectName ) : String | ||
GeneratePowerSensorJSONOutput ( PowerSensorOutputs OutputType, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String | ||
JSONData ( sones.storage.TinyOnDiskStorage sensor_data_storage, ConsoleOutputLogger Logger ) : System |
Méthode | Description | |
---|---|---|
ReadFromCache ( OnDiscAdress adress ) : hacs.xs1.XS1_DataObject |
public GenerateDataJSONOutput ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String | ||
DataType | ObjectTypes | |
ObjectTypeName | String | |
ObjectName | String | |
StartDateTime | System.DateTime | |
EndDateTime | System.DateTime | |
Résultat | String |
public GenerateDataJSONOutputWithoutInterpolation ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String | ||
DataType | ObjectTypes | |
ObjectTypeName | String | |
ObjectName | String | |
StartDateTime | System.DateTime | |
EndDateTime | System.DateTime | |
Résultat | String |
public GenerateDataJSONOutput_LastEntryOnly ( ObjectTypes DataType, String ObjectTypeName, String ObjectName ) : String | ||
DataType | ObjectTypes | |
ObjectTypeName | String | |
ObjectName | String | |
Résultat | String |
public GenerateJSONDataActorStatistics ( ObjectTypes DataType, String ObjectTypeName, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String | ||
DataType | ObjectTypes | |
ObjectTypeName | String | |
ObjectName | String | |
StartDateTime | System.DateTime | |
EndDateTime | System.DateTime | |
Résultat | String |
public GenerateJSONDataActorStatus ( ActorsStatusOutputTypes OutputType, String ObjectName ) : String | ||
OutputType | ActorsStatusOutputTypes | |
ObjectName | String | |
Résultat | String |
public GeneratePowerSensorJSONOutput ( PowerSensorOutputs OutputType, String ObjectName, System.DateTime StartDateTime, System.DateTime EndDateTime ) : String | ||
OutputType | PowerSensorOutputs | |
ObjectName | String | |
StartDateTime | System.DateTime | |
EndDateTime | System.DateTime | |
Résultat | String |
public JSONData ( sones.storage.TinyOnDiskStorage sensor_data_storage, ConsoleOutputLogger Logger ) : System | ||
sensor_data_storage | sones.storage.TinyOnDiskStorage | |
Logger | ConsoleOutputLogger | |
Résultat | System |