Struct LidarReading
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Marus.Sensors
Assembly: cs.temp.dll.dll
Syntax
public struct LidarReading
Fields
ClassId
Declaration
public int ClassId
Field Value
Type | Description |
---|---|
System.Int32 |
InstanceId
Declaration
public int InstanceId
Field Value
Type | Description |
---|---|
System.Int32 |
Intensity
Declaration
public ushort Intensity
Field Value
Type | Description |
---|---|
System.UInt16 |
IsValid
Declaration
public bool IsValid
Field Value
Type | Description |
---|---|
System.Boolean |