package hs.network.proto.messages

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Bool

basic.proto:39

A message holding a boolean.

message CaptureMetadata

capturemetadata.proto:7

message Double

basic.proto:34

A message holding a 64 bit floating point value.

message Float

basic.proto:29

A message holding a 32 bit floating point value.

message Int32

basic.proto:8

A message containing a 32 bit signed integer.

message Int64

basic.proto:19

A message containing a 64 bit signed integer.

message ListOccupancy

occupancy.proto:16

message ListPoint2d

point.proto:39

A message containing a list of Point2d.

message ListPoint2f

point.proto:34

A message containing a list of Point2f.

message ListPoint3d

point.proto:49

A message containing a list of Point3d.

message ListPoint3f

point.proto:44

A message containing a list of Point3f.

message Matrix

matrix.proto:10

A message representing a matrix.

Used in: Plane, Pointcloud

enum Matrix.Depth

matrix.proto:11

Used in: Matrix

message Message

message.proto:12

Represents a message.

Used as response type in: ApplicationService.CallMethod, ApplicationService.SubscribeTopic

Used as field type in: CallRequest, ReadTopicResponse, WriteTopicRequest, MessageMap

message MessageMap

message.proto:19

Represents a message map.

message Occupancy

occupancy.proto:7

Used in: ListOccupancy

message OccupancyRequest

occupancy.proto:20

message Plane

plane.proto:9

Used in: Store

enum Plane.CalibType

plane.proto:11

Used in: Plane

message Point2d

point.proto:14

Represents a two-dimensional point with 64-bit floating point coordinates.

Used in: ListPoint2d

message Point2f

point.proto:8

Represents a two-dimensional point with 32-bit floating point coordinates.

Used in: ListPoint2f, Plane, Space

message Point3d

point.proto:27

Represents a three-dimensional point with 64-bit floating point coordinates.

Used in: ListPoint3d

message Point3f

point.proto:20

Represents a three-dimensional point with 32-bit floating point coordinates.

Used in: ListPoint3f

message Pointcloud

pointcloud.proto:9

message Sensor

sensor.proto:6

Used in: SensorList

message SensorList

sensor.proto:12

message Space

space.proto:8

Used in: Store

enum Space.EvalType

space.proto:10

Used in: Space

message Store

store.proto:9

message String

basic.proto:44

A message holding a string.

message UInt32

basic.proto:13

A message containing a 32 bit unsigned integer.

message UInt64

basic.proto:24

A message containing a 64 bit unsigned integer.