C# Class hobd.ECUXMLSensorProvider

Inheritance: SensorProvider
ファイルを表示 Open project: cail/hobd Class Usage Examples

Public Methods

Method Description
Activate ( SensorRegistry registry ) : void
ECUXMLSensorProvider ( string file ) : System
GetDescription ( ) : string
GetDescription ( string lang ) : string
GetName ( ) : string

Private Methods

Method Description
init ( SensorRegistry registry ) : void

Method Details

Activate() public method

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

ECUXMLSensorProvider() public method

public ECUXMLSensorProvider ( string file ) : System
file string
return System

GetDescription() public method

public GetDescription ( ) : string
return string

GetDescription() public method

public GetDescription ( string lang ) : string
lang string
return string

GetName() public method

public GetName ( ) : string
return string