CvmDeviceFetchTopicT Method |
Namespace: Rubedos.Viper.Net
public T FetchTopic<T>( string topic, TimeSpan timeout ) where T : new(), IRosMessage
[Missing <typeparam name="T"/> documentation for "M:Rubedos.Viper.Net.CvmDevice.FetchTopic``1(System.String,System.TimeSpan)"]
Exception | Condition |
---|---|
TimeoutException | Thrown if topic does not arrive in specified amount of time |
InvalidOperationException | Thrown if not connected or handle not initialized |