C# Class hobd.SensorStorage

ファイルを表示 Open project: cail/hobd

Public Methods

Method Description
Attach ( SensorRegistry registry ) : void
Cleanup ( ) : void

Cleanups this instance. Removes all data (basically removes storage file)

Detach ( ) : void
SensorStorage ( string filePath ) : System
StoreState ( ) : void

Method Details

Attach() public method

public Attach ( SensorRegistry registry ) : void
registry SensorRegistry
return void

Cleanup() public method

Cleanups this instance. Removes all data (basically removes storage file)
public Cleanup ( ) : void
return void

Detach() public method

public Detach ( ) : void
return void

SensorStorage() public method

public SensorStorage ( string filePath ) : System
filePath string
return System

StoreState() public method

public StoreState ( ) : void
return void