C# Class SensorSample.Sensors.BlackHoleSensor

Inheritance: ISensor
Mostrar archivo Open project: appccelerate/sensorsample

Public Methods

Method Description
BlackHoleSensor ( IVhptBlackHoleSubOrbitDetectionEngine detectionEngine ) : System
Describe ( ) : string
StartObservation ( ) : void
StopObservation ( ) : void

Private Methods

Method Description
HandleBlackHoleDetected ( object sender, EventArgs e ) : void

Method Details

BlackHoleSensor() public method

public BlackHoleSensor ( IVhptBlackHoleSubOrbitDetectionEngine detectionEngine ) : System
detectionEngine IVhptBlackHoleSubOrbitDetectionEngine
return System

Describe() public method

public Describe ( ) : string
return string

StartObservation() public method

public StartObservation ( ) : void
return void

StopObservation() public method

public StopObservation ( ) : void
return void