Show / Hide Table of Contents

Class Connection

Represents a ROSbag connection

Inheritance
System.Object
Connection
Namespace: RosNet.DataModel
Assembly: RosNet.dll
Syntax
public class Connection : object

Constructors

| Improve this Doc View Source

Connection(FieldValue, FieldValue)

Create a connection with conn and topic from connection record header

Declaration
public Connection(FieldValue conn, FieldValue topic)
Parameters
Type Name Description
FieldValue conn
FieldValue topic

Properties

| Improve this Doc View Source

CallerID

Declaration
public string CallerID { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Conn

Declaration
public int Conn { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Latching

Declaration
public string Latching { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Md5sum

Declaration
public string Md5sum { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MessageDefinition

Declaration
public List<FieldValue> MessageDefinition { get; }
Property Value
Type Description
List<FieldValue>
| Improve this Doc View Source

Messages

Declaration
public List<Message> Messages { get; }
Property Value
Type Description
List<Message>
| Improve this Doc View Source

OriginalTopic

Declaration
public string OriginalTopic { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Topic

Declaration
public string Topic { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public string Type { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX