C# Class SensorSample.Sensors.BlackHoleSensor

Inheritance: ISensor
Afficher le fichier Open project: appccelerate/sensorsample

Méthodes publiques

Méthode Description
BlackHoleSensor ( IVhptBlackHoleSubOrbitDetectionEngine detectionEngine ) : System
Describe ( ) : string
StartObservation ( ) : void
StopObservation ( ) : void

Private Methods

Méthode Description
HandleBlackHoleDetected ( object sender, EventArgs e ) : void

Method Details

BlackHoleSensor() public méthode

public BlackHoleSensor ( IVhptBlackHoleSubOrbitDetectionEngine detectionEngine ) : System
detectionEngine IVhptBlackHoleSubOrbitDetectionEngine
Résultat System

Describe() public méthode

public Describe ( ) : string
Résultat string

StartObservation() public méthode

public StartObservation ( ) : void
Résultat void

StopObservation() public méthode

public StopObservation ( ) : void
Résultat void