C# Class ROS_ImageWPF.CompressedImageControl

Interaction logic for CompressedImageControl.xaml
Inheritance: System.Windows.Controls.UserControl, iROSImage
Mostra file Open project: uml-robotics/ROS.NET

Public Properties

Property Type Description
TopicProperty System.Windows.DependencyProperty

Public Methods

Method Description
CompressedImageControl ( ) : System
Desubscribe ( ) : void

Stops Subscription

IsSubscribed ( ) : bool
Resubscribe ( ) : void
getGenericImage ( ) : GenericImage

Private Methods

Method Description
DrawImage ( ) : void
SubscribeToImage ( string topic ) : void
updateImage ( Messages.sensor_msgs img ) : void
waitThenSubscribe ( ) : void

Method Details

CompressedImageControl() public method

public CompressedImageControl ( ) : System
return System

Desubscribe() public method

Stops Subscription
public Desubscribe ( ) : void
return void

IsSubscribed() public method

public IsSubscribed ( ) : bool
return bool

Resubscribe() public method

public Resubscribe ( ) : void
return void

getGenericImage() public method

public getGenericImage ( ) : GenericImage
return GenericImage

Property Details

TopicProperty public_oe static_oe property

public static DependencyProperty,System.Windows TopicProperty
return System.Windows.DependencyProperty