C# Class F1Publisher.TopicSources.AccelerationTopicSource

Inheritance: CarControlsTopicSource
Mostrar archivo Open project: pushtechnology/blog-steering-wheel

Public Methods

Method Description
AccelerationTopicSource ( DataGenerators carControlsDataGenerator ) : PushTechnology.ClientInterface.Client.Content
carControlsDataGenerator_AccelerationValueChanged ( object sender, DataGenerators e ) : void

Protected Methods

Method Description
CreateInitialContent ( ) : IContent
OnActivated ( ) : void
OnDeactivated ( ) : void

Method Details

AccelerationTopicSource() public method

public AccelerationTopicSource ( DataGenerators carControlsDataGenerator ) : PushTechnology.ClientInterface.Client.Content
carControlsDataGenerator DataGenerators
return PushTechnology.ClientInterface.Client.Content

CreateInitialContent() protected method

protected CreateInitialContent ( ) : IContent
return IContent

OnActivated() protected method

protected OnActivated ( ) : void
return void

OnDeactivated() protected method

protected OnDeactivated ( ) : void
return void

carControlsDataGenerator_AccelerationValueChanged() public method

public carControlsDataGenerator_AccelerationValueChanged ( object sender, DataGenerators e ) : void
sender object
e DataGenerators
return void