Property | Type | Description | |
---|---|---|---|
Convert | ICollection |
||
Convert | MeasurementWithId |
Method | Description | |
---|---|---|
ArchivistOutputAdapter ( ) : System |
Initializes a new instance of the ArchivistOutputAdapter class.
|
|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this ArchivistOutputAdapter.
|
|
Initialize ( ) : void |
Initializes this ArchivistOutputAdapter.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this ArchivistOutputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this ArchivistOutputAdapter.
|
|
ProcessMeasurements ( IMeasurement measurements ) : void |
Archives measurements to remote archivist instance.
|
Method | Description | |
---|---|---|
Convert ( IMeasurement m ) : ICollection |
||
Convert ( IMeasurement m ) : MeasurementWithId |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum length of the status message. |
return | string |
protected ProcessMeasurements ( IMeasurement measurements ) : void | ||
measurements | IMeasurement | Measurements to be archived. |
return | void |