Struct LidarMessage
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()
Assembly: cs.temp.dll.dll
Syntax
public struct LidarMessage
Constructors
LidarMessage(Int32, Double, Byte[])
Declaration
public LidarMessage(int nrOfElements, double timeStep, byte[] lidarFields)
Parameters
Type |
Name |
Description |
System.Int32 |
nrOfElements |
|
System.Double |
timeStep |
|
System.Byte[] |
lidarFields |
|
Fields
data
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
fields
Declaration
public PointField[] fields
Field Value
height
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
is_bigendian
Declaration
Field Value
Type |
Description |
System.Boolean |
|
is_dense
Declaration
Field Value
Type |
Description |
System.Boolean |
|
point_step
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
row_step
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
timeInSeconds
Declaration
public double timeInSeconds
Field Value
Type |
Description |
System.Double |
|
width
Declaration
Field Value
Type |
Description |
System.UInt32 |
|