ubii.proto.v1.dataStructure package

@generated by codestare-proto-plus. Do not edit manually!

Note

__init__.py files for packages are autogenerated, and import all messages from submodules to keep import names consistent with the directory structure of the .proto source files.

class ubii.proto.v1.dataStructure.BoolList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type BOOL

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.ButtonEventType(value)[source]

Bases: proto.enums.Enum

An enumeration.

UP = 0
DOWN = 1
class ubii.proto.v1.dataStructure.Color(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

r

Field of type DOUBLE

Type

proto.fields.Field

g

Field of type DOUBLE

Type

proto.fields.Field

b

Field of type DOUBLE

Type

proto.fields.Field

a

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.DoubleList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type DOUBLE

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.FloatList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type FLOAT

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.HandGestureType(value)[source]

Bases: proto.enums.Enum

An enumeration.

REST = 0
FINGERS_SPREAD = 1
WAVE_IN = 2
WAVE_OUT = 3
FIST = 4
DOUBLE_TAP = 5
class ubii.proto.v1.dataStructure.Image2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

width

Field of type INT32

Type

proto.fields.Field

height

Field of type INT32

Type

proto.fields.Field

data_format

Field of type DataFormat

Type

proto.fields.Field

data

Field of type BYTES

Type

proto.fields.Field

class DataFormat(value)[source]

Bases: proto.enums.Enum

An enumeration.

GRAY8 = 0
RGB8 = 1
RGBA8 = 2
class ubii.proto.v1.dataStructure.Image2DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Image2D

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Int32List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type INT32

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.KeyEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type ButtonEventType

Type

proto.fields.Field

key

Field of type STRING

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Matrix3x2(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

m00

Field of type DOUBLE

Type

proto.fields.Field

m01

Field of type DOUBLE

Type

proto.fields.Field

m10

Field of type DOUBLE

Type

proto.fields.Field

m11

Field of type DOUBLE

Type

proto.fields.Field

m20

Field of type DOUBLE

Type

proto.fields.Field

m21

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Matrix4x4(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

m00

Field of type DOUBLE

Type

proto.fields.Field

m01

Field of type DOUBLE

Type

proto.fields.Field

m02

Field of type DOUBLE

Type

proto.fields.Field

m03

Field of type DOUBLE

Type

proto.fields.Field

m10

Field of type DOUBLE

Type

proto.fields.Field

m11

Field of type DOUBLE

Type

proto.fields.Field

m12

Field of type DOUBLE

Type

proto.fields.Field

m13

Field of type DOUBLE

Type

proto.fields.Field

m20

Field of type DOUBLE

Type

proto.fields.Field

m21

Field of type DOUBLE

Type

proto.fields.Field

m22

Field of type DOUBLE

Type

proto.fields.Field

m23

Field of type DOUBLE

Type

proto.fields.Field

m30

Field of type DOUBLE

Type

proto.fields.Field

m31

Field of type DOUBLE

Type

proto.fields.Field

m32

Field of type DOUBLE

Type

proto.fields.Field

m33

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.MouseEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type ButtonEventType

Type

proto.fields.Field

button

Field of type INT32

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.MyoEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

emg

Field of type Vector8

Type

proto.fields.Field

orientation

Field of type Quaternion

Type

proto.fields.Field

gyroscope

Field of type Vector3

Type

proto.fields.Field

accelerometer

Field of type Vector3

Type

proto.fields.Field

gesture

Field of type HandGestureType

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Object2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

pose

Field of type Pose2D

Type

proto.fields.Field

size

Field of type Vector2

Type

proto.fields.Field

user_data_json

Field of type STRING

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Object2DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Object2D

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Object3D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

pose

Field of type Pose3D

Type

proto.fields.Field

size

Field of type Vector3

Type

proto.fields.Field

user_data_json

Field of type STRING

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Object3DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Object3D

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Pose2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

One Ofs

This message defines the following oneof group[s]

orientation
position

Field of type Vector2

Type

proto.fields.Field

direction

Field of type Vector2oneof orientation

Type

proto.fields.Field

angle

Field of type FLOAToneof orientation

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Pose3D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

One Ofs

This message defines the following oneof group[s]

orientation
position

Field of type Vector3

Type

proto.fields.Field

quaternion

Field of type Quaterniononeof orientation

Type

proto.fields.Field

euler

Field of type Vector3oneof orientation

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Quaternion(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

w

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.QuaternionList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Quaternion

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.StringList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type STRING

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.TouchEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type TouchEventType

Type

proto.fields.Field

position

Field of type Vector2

Type

proto.fields.Field

id

Field of type STRING

Type

proto.fields.Field

force

Field of type FLOAT

Type

proto.fields.Field

class TouchEventType(value)[source]

Bases: proto.enums.Enum

An enumeration.

TOUCH_START = 0
TOUCH_MOVE = 1
TOUCH_END = 2
class ubii.proto.v1.dataStructure.TouchEventList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type TouchEvent

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Vector2(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Vector2List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector2

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Vector3(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Vector3List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector3

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Vector4(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

w

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Vector4List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector4

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.Vector8(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

v0

Field of type DOUBLE

Type

proto.fields.Field

v1

Field of type DOUBLE

Type

proto.fields.Field

v2

Field of type DOUBLE

Type

proto.fields.Field

v3

Field of type DOUBLE

Type

proto.fields.Field

v4

Field of type DOUBLE

Type

proto.fields.Field

v5

Field of type DOUBLE

Type

proto.fields.Field

v6

Field of type DOUBLE

Type

proto.fields.Field

v7

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.Vector8List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector8

Type

proto.fields.RepeatedField

Submodules

ubii.proto.v1.dataStructure.buttonEventType_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.buttonEventType_pb_plus.ButtonEventType(value)[source]

Bases: proto.enums.Enum

An enumeration.

UP = 0
DOWN = 1

ubii.proto.v1.dataStructure.color_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.color_pb_plus.Color(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

r

Field of type DOUBLE

Type

proto.fields.Field

g

Field of type DOUBLE

Type

proto.fields.Field

b

Field of type DOUBLE

Type

proto.fields.Field

a

Field of type DOUBLE

Type

proto.fields.Field

ubii.proto.v1.dataStructure.handGestureType_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.handGestureType_pb_plus.HandGestureType(value)[source]

Bases: proto.enums.Enum

An enumeration.

REST = 0
FINGERS_SPREAD = 1
WAVE_IN = 2
WAVE_OUT = 3
FIST = 4
DOUBLE_TAP = 5

ubii.proto.v1.dataStructure.image_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.image_pb_plus.Image2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

width

Field of type INT32

Type

proto.fields.Field

height

Field of type INT32

Type

proto.fields.Field

data_format

Field of type DataFormat

Type

proto.fields.Field

data

Field of type BYTES

Type

proto.fields.Field

class DataFormat(value)[source]

Bases: proto.enums.Enum

An enumeration.

GRAY8 = 0
RGB8 = 1
RGBA8 = 2
class ubii.proto.v1.dataStructure.image_pb_plus.Image2DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Image2D

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.keyEvent_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.keyEvent_pb_plus.KeyEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type ButtonEventType

Type

proto.fields.Field

key

Field of type STRING

Type

proto.fields.Field

ubii.proto.v1.dataStructure.lists_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.lists_pb_plus.StringList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type STRING

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.lists_pb_plus.DoubleList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type DOUBLE

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.lists_pb_plus.FloatList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type FLOAT

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.lists_pb_plus.BoolList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type BOOL

Type

proto.fields.RepeatedField

class ubii.proto.v1.dataStructure.lists_pb_plus.Int32List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type INT32

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.matrix3x2_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.matrix3x2_pb_plus.Matrix3x2(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

m00

Field of type DOUBLE

Type

proto.fields.Field

m01

Field of type DOUBLE

Type

proto.fields.Field

m10

Field of type DOUBLE

Type

proto.fields.Field

m11

Field of type DOUBLE

Type

proto.fields.Field

m20

Field of type DOUBLE

Type

proto.fields.Field

m21

Field of type DOUBLE

Type

proto.fields.Field

ubii.proto.v1.dataStructure.matrix4x4_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.matrix4x4_pb_plus.Matrix4x4(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

m00

Field of type DOUBLE

Type

proto.fields.Field

m01

Field of type DOUBLE

Type

proto.fields.Field

m02

Field of type DOUBLE

Type

proto.fields.Field

m03

Field of type DOUBLE

Type

proto.fields.Field

m10

Field of type DOUBLE

Type

proto.fields.Field

m11

Field of type DOUBLE

Type

proto.fields.Field

m12

Field of type DOUBLE

Type

proto.fields.Field

m13

Field of type DOUBLE

Type

proto.fields.Field

m20

Field of type DOUBLE

Type

proto.fields.Field

m21

Field of type DOUBLE

Type

proto.fields.Field

m22

Field of type DOUBLE

Type

proto.fields.Field

m23

Field of type DOUBLE

Type

proto.fields.Field

m30

Field of type DOUBLE

Type

proto.fields.Field

m31

Field of type DOUBLE

Type

proto.fields.Field

m32

Field of type DOUBLE

Type

proto.fields.Field

m33

Field of type DOUBLE

Type

proto.fields.Field

ubii.proto.v1.dataStructure.mouseEvent_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.mouseEvent_pb_plus.MouseEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type ButtonEventType

Type

proto.fields.Field

button

Field of type INT32

Type

proto.fields.Field

ubii.proto.v1.dataStructure.myoEvent_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.myoEvent_pb_plus.MyoEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

emg

Field of type Vector8

Type

proto.fields.Field

orientation

Field of type Quaternion

Type

proto.fields.Field

gyroscope

Field of type Vector3

Type

proto.fields.Field

accelerometer

Field of type Vector3

Type

proto.fields.Field

gesture

Field of type HandGestureType

Type

proto.fields.Field

ubii.proto.v1.dataStructure.object2d_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.object2d_pb_plus.Object2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

pose

Field of type Pose2D

Type

proto.fields.Field

size

Field of type Vector2

Type

proto.fields.Field

user_data_json

Field of type STRING

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.object2d_pb_plus.Object2DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Object2D

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.object3d_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.object3d_pb_plus.Object3D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

pose

Field of type Pose3D

Type

proto.fields.Field

size

Field of type Vector3

Type

proto.fields.Field

user_data_json

Field of type STRING

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.object3d_pb_plus.Object3DList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Object3D

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.pose2d_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.pose2d_pb_plus.Pose2D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

One Ofs

This message defines the following oneof group[s]

orientation
position

Field of type Vector2

Type

proto.fields.Field

direction

Field of type Vector2oneof orientation

Type

proto.fields.Field

angle

Field of type FLOAToneof orientation

Type

proto.fields.Field

ubii.proto.v1.dataStructure.pose3d_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.pose3d_pb_plus.Pose3D(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

One Ofs

This message defines the following oneof group[s]

orientation
position

Field of type Vector3

Type

proto.fields.Field

quaternion

Field of type Quaterniononeof orientation

Type

proto.fields.Field

euler

Field of type Vector3oneof orientation

Type

proto.fields.Field

ubii.proto.v1.dataStructure.quaternion_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.quaternion_pb_plus.Quaternion(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

w

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.quaternion_pb_plus.QuaternionList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Quaternion

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.touchEvent_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.touchEvent_pb_plus.TouchEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

type

Field of type TouchEventType

Type

proto.fields.Field

position

Field of type Vector2

Type

proto.fields.Field

id

Field of type STRING

Type

proto.fields.Field

force

Field of type FLOAT

Type

proto.fields.Field

class TouchEventType(value)[source]

Bases: proto.enums.Enum

An enumeration.

TOUCH_START = 0
TOUCH_MOVE = 1
TOUCH_END = 2
class ubii.proto.v1.dataStructure.touchEvent_pb_plus.TouchEventList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type TouchEvent

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.vector2_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.vector2_pb_plus.Vector2(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.vector2_pb_plus.Vector2List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector2

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.vector3_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.vector3_pb_plus.Vector3(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.vector3_pb_plus.Vector3List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector3

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.vector4_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.vector4_pb_plus.Vector4(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

x

Field of type DOUBLE

Type

proto.fields.Field

y

Field of type DOUBLE

Type

proto.fields.Field

z

Field of type DOUBLE

Type

proto.fields.Field

w

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.vector4_pb_plus.Vector4List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector4

Type

proto.fields.RepeatedField

ubii.proto.v1.dataStructure.vector8_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.dataStructure.vector8_pb_plus.Vector8(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

v0

Field of type DOUBLE

Type

proto.fields.Field

v1

Field of type DOUBLE

Type

proto.fields.Field

v2

Field of type DOUBLE

Type

proto.fields.Field

v3

Field of type DOUBLE

Type

proto.fields.Field

v4

Field of type DOUBLE

Type

proto.fields.Field

v5

Field of type DOUBLE

Type

proto.fields.Field

v6

Field of type DOUBLE

Type

proto.fields.Field

v7

Field of type DOUBLE

Type

proto.fields.Field

class ubii.proto.v1.dataStructure.vector8_pb_plus.Vector8List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Vector8

Type

proto.fields.RepeatedField