ubii.proto.v1 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.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.ButtonEventType(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
UP = 0
-
DOWN = 1
-
class ubii.proto.v1.Client(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
devices
RepeatedField of type
Device
- Type
proto.fields.RepeatedField
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
processing_modules
RepeatedField of type
ProcessingModule
- Type
proto.fields.RepeatedField
-
is_dedicated_processing_node
Field of type
BOOL
- Type
proto.fields.Field
-
host_ip
Field of type
STRING
- Type
proto.fields.Field
-
metadata_json
Field of type
STRING
- Type
proto.fields.Field
-
state
Field of type State
- Type
proto.fields.Field
-
latency
Field of type
FLOAT
- Type
proto.fields.Field
-
class State(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
ACTIVE = 0
-
INACTIVE = 1
-
UNAVAILABLE = 2
-
class ubii.proto.v1.ClientList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Client
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.Component(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
topic
Field of type
STRING
- Type
proto.fields.Field
-
message_format
Field of type
STRING
- Type
proto.fields.Field
-
io_type
Field of type IOType
- Type
proto.fields.Field
-
device_id
Field of type
STRING
- Type
proto.fields.Field
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
class IOType(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
PUBLISHER = 0
-
SUBSCRIBER = 1
-
class ubii.proto.v1.ComponentList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Component
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.Constants(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
DEFAULT_TOPICS
Field of type
DefaultTopics
- Type
proto.fields.Field
-
MSG_TYPES
Field of type MsgTypes
- Type
proto.fields.Field
-
class DefaultTopics(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
SERVICES
Field of type Services
- Type
proto.fields.Field
-
INFO_TOPICS
Field of type InfoTopics
- Type
proto.fields.Field
-
class Services(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
SERVER_CONFIG
Field of type
STRING
- Type
proto.fields.Field
-
CLIENT_REGISTRATION
Field of type
STRING
- Type
proto.fields.Field
-
CLIENT_DEREGISTRATION
Field of type
STRING
- Type
proto.fields.Field
-
CLIENT_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE_REGISTRATION
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE_DEREGISTRATION
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE_GET
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
COMPONENT_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_SAVE
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_DELETE
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_GET
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_ONLINE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_DATABASE_LOCAL_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_RUNTIME_ADD
Field of type
STRING
- Type
proto.fields.Field
-
PM_RUNTIME_REMOVE
Field of type
STRING
- Type
proto.fields.Field
-
PM_RUNTIME_GET
Field of type
STRING
- Type
proto.fields.Field
-
PM_RUNTIME_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_REGISTRY_ADD
Field of type
STRING
- Type
proto.fields.Field
-
PM_REGISTRY_REMOVE
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_SAVE
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_DELETE
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_GET
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_ONLINE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_DATABASE_LOCAL_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_ADD
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_REMOVE
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_GET
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_START
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_STOP
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_RUNTIME_UPDATE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_DATABASE_SAVE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_DATABASE_DELETE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_DATABASE_GET
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_DATABASE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_RUNTIME_GET
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_RUNTIME_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_DATABASE_SAVE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_DATABASE_DELETE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_DATABASE_GET
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_DATABASE_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_RUNTIME_GET
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_RUNTIME_GET_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_SUBSCRIPTION
Field of type
STRING
- Type
proto.fields.Field
-
LATENCY_CLIENTS_LIST
Field of type
STRING
- Type
proto.fields.Field
-
class InfoTopics(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
REGEX_ALL_INFOS
Field of type
STRING
- Type
proto.fields.Field
-
REGEX_PM_INFOS
Field of type
STRING
- Type
proto.fields.Field
-
NEW_PM
Field of type
STRING
- Type
proto.fields.Field
-
START_PM
Field of type
STRING
- Type
proto.fields.Field
-
DELETE_PM
Field of type
STRING
- Type
proto.fields.Field
-
CHANGE_PM
Field of type
STRING
- Type
proto.fields.Field
-
PROCESSED_PM
Field of type
STRING
- Type
proto.fields.Field
-
REGEX_SESSION_INFOS
Field of type
STRING
- Type
proto.fields.Field
-
NEW_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
DELETE_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
CHANGE_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
START_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
STOP_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
RUNNING_SESSION
Field of type
STRING
- Type
proto.fields.Field
-
class MsgTypes(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
ERROR
Field of type
STRING
- Type
proto.fields.Field
-
SUCCESS
Field of type
STRING
- Type
proto.fields.Field
-
SERVER
Field of type
STRING
- Type
proto.fields.Field
-
CLIENT
Field of type
STRING
- Type
proto.fields.Field
-
CLIENT_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE
Field of type
STRING
- Type
proto.fields.Field
-
DEVICE_LIST
Field of type
STRING
- Type
proto.fields.Field
-
COMPONENT
Field of type
STRING
- Type
proto.fields.Field
-
COMPONENT_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_MUX_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DEMUX_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE_REQUEST
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE_REPLY
Field of type
STRING
- Type
proto.fields.Field
-
SERVICE_REUEST_TOPIC_SUBSCRIPTION
Field of type
STRING
- Type
proto.fields.Field
-
SESSION
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_LIST
Field of type
STRING
- Type
proto.fields.Field
-
SESSION_IO_MAPPING
Field of type
STRING
- Type
proto.fields.Field
-
PM
Field of type
STRING
- Type
proto.fields.Field
-
PM_LIST
Field of type
STRING
- Type
proto.fields.Field
-
PM_MODULE_IO
Field of type
STRING
- Type
proto.fields.Field
-
PM_PROCESSING_MODE
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DATA
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DATA_RECORD
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DATA_RECORD_LIST
Field of type
STRING
- Type
proto.fields.Field
-
TOPIC_DATA_TIMESTAMP
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_BOOL
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_BOOL_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_INT32
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_INT32_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_STRING
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_STRING_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_FLOAT
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_FLOAT_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_DOUBLE
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_DOUBLE_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_COLOR
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_IMAGE
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_IMAGE_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_KEY_EVENT
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_MATRIX_3X2
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_MATRIX_4X4
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_MOUSE_EVENT
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_OBJECT2D
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_OBJECT2D_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_OBJECT3D
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_OBJECT3D_LIST
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_POSE2D
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_POSE3D
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_QUATERNION
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_TOUCH_EVENT
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_VECTOR2
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_VECTOR3
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_VECTOR4
Field of type
STRING
- Type
proto.fields.Field
-
DATASTRUCTURE_VECTOR8
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.Device(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
device_type
Field of type DeviceType
- Type
proto.fields.Field
-
components
RepeatedField of type
Component
- Type
proto.fields.RepeatedField
-
client_id
Field of type
STRING
- Type
proto.fields.Field
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
class DeviceType(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
PARTICIPANT = 0
-
WATCHER = 1
-
class ubii.proto.v1.DeviceList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Device
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.Error(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
title
Field of type
STRING
- Type
proto.fields.Field
-
message
Field of type
STRING
- Type
proto.fields.Field
-
stack
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.ErrorList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Error
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.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.IOMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
processing_module_id
Field of type
STRING
- Type
proto.fields.Field
-
input_mappings
RepeatedField of type
TopicInputMapping
- Type
proto.fields.RepeatedField
-
output_mappings
RepeatedField of type
TopicOutputMapping
- Type
proto.fields.RepeatedField
-
processing_module_name
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.IOMappingList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
IOMapping
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.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.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.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.LockstepProcessingReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
processing_module_ids
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
records
RepeatedField of type
TopicDataRecord
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.LockstepProcessingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
processing_module_ids
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
records
RepeatedField of type
TopicDataRecord
- Type
proto.fields.RepeatedField
-
delta_time_ms
Field of type
INT32
- Type
proto.fields.Field
-
class ubii.proto.v1.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.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.ModuleIO(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
internal_name
Field of type
STRING
- Type
proto.fields.Field
-
message_format
Field of type
STRING
- Type
proto.fields.Field
-
is_record_list
Field of type
BOOL
- Type
proto.fields.Field
-
class ubii.proto.v1.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.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.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.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.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.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.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
Vector2 – oneof
orientation
- Type
proto.fields.Field
-
angle
Field of type
FLOAT – oneof orientation
- Type
proto.fields.Field
-
class ubii.proto.v1.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
Quaternion – oneof
orientation
- Type
proto.fields.Field
-
euler
Field of type
Vector3 – oneof
orientation
- Type
proto.fields.Field
-
class ubii.proto.v1.ProcessingMode(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
mode
-
-
frequency
Field of type Frequency – oneof
mode
- Type
proto.fields.Field
-
lockstep
Field of type Lockstep – oneof
mode
- Type
proto.fields.Field
-
trigger_on_input
Field of type TriggerOnInput
– oneof mode
- Type
proto.fields.Field
-
free
Field of type Free – oneof
mode
- Type
proto.fields.Field
-
class Frequency(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
Processing Callback is executed at a fixed time interval, with target frequency
-
hertz
Field of type
INT32
- Type
proto.fields.Field
-
class Lockstep(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
Processing Callback is executed when the master node sends a lockstep processing request
-
process_request_endpoint
Field of type
STRING
- Type
proto.fields.Field
-
class TriggerOnInput(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
Processing Callback is executed when all or any of the input data changes
-
min_delay_ms
Field of type
INT32
- Type
proto.fields.Field
-
all_inputs_need_update
Field of type
BOOL
- Type
proto.fields.Field
-
class ubii.proto.v1.ProcessingModule(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
authors
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
node_id
Field of type
STRING
- Type
proto.fields.Field
-
session_id
Field of type
STRING
- Type
proto.fields.Field
-
status
Field of type Status
- Type
proto.fields.Field
-
processing_mode
Field of type
ProcessingMode
- Type
proto.fields.Field
-
inputs
RepeatedField of type
ModuleIO
- Type
proto.fields.RepeatedField
-
outputs
RepeatedField of type
ModuleIO
- Type
proto.fields.RepeatedField
-
language
Field of type Language
- Type
proto.fields.Field
-
on_processing_stringified
Field of type
STRING
- Type
proto.fields.Field
-
on_created_stringified
Field of type
STRING
- Type
proto.fields.Field
-
on_halted_stringified
Field of type
STRING
- Type
proto.fields.Field
-
on_destroyed_stringified
Field of type
STRING
- Type
proto.fields.Field
-
class Status(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
INITIALIZED = 0
-
CREATED = 1
-
PROCESSING = 2
-
HALTED = 3
-
DESTROYED = 4
-
class Language(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
CPP = 0
-
PY = 1
-
JS = 2
-
CS = 3
-
JAVA = 4
-
class ubii.proto.v1.ProcessingModuleList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
ProcessingModule
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.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.Server(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
ip_ethernet
Field of type
STRING
- Type
proto.fields.Field
-
ip_wlan
Field of type
STRING
- Type
proto.fields.Field
-
port_service_zmq
Field of type
STRING
- Type
proto.fields.Field
-
port_service_rest
Field of type
STRING
- Type
proto.fields.Field
-
port_topic_data_zmq
Field of type
STRING
- Type
proto.fields.Field
-
port_topic_data_ws
Field of type
STRING
- Type
proto.fields.Field
-
constants_json
Field of type
STRING
- Type
proto.fields.Field
-
external_address_service_zmq
Field of type
STRING
- Type
proto.fields.Field
-
external_address_service_http_json
Field of type
STRING
- Type
proto.fields.Field
-
external_address_service_http_binary
Field of type
STRING
- Type
proto.fields.Field
-
external_address_topic_data_zmq
Field of type
STRING
- Type
proto.fields.Field
-
external_address_topic_data_ws
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
topic
Field of type
STRING
- Type
proto.fields.Field
-
request_message_format
Field of type
STRING
- Type
proto.fields.Field
-
response_message_format
Field of type
STRING
- Type
proto.fields.Field
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.ServiceList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Service
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.ServiceReply(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
type
-
-
success
Field of type
Success – oneof type
- Type
proto.fields.Field
-
error
Field of type
Error – oneof type
- Type
proto.fields.Field
-
client
Field of type
Client – oneof type
- Type
proto.fields.Field
-
device
Field of type
Device – oneof type
- Type
proto.fields.Field
-
server
Field of type
Server – oneof type
- Type
proto.fields.Field
-
session
Field of type
Session – oneof type
- Type
proto.fields.Field
-
session_list
Field of type
SessionList – oneof type
- Type
proto.fields.Field
-
processing_module
Field of type
ProcessingModule – oneof
type
- Type
proto.fields.Field
-
processing_module_list
Field of type
ProcessingModuleList – oneof
type
- Type
proto.fields.Field
-
string_list
Field of type
StringList – oneof type
- Type
proto.fields.Field
-
topic_mux
Field of type
TopicMux – oneof type
- Type
proto.fields.Field
-
topic_mux_list
Field of type
TopicMuxList – oneof type
- Type
proto.fields.Field
-
topic_demux
Field of type
TopicDemux – oneof type
- Type
proto.fields.Field
-
topic_demux_list
Field of type
TopicDemuxList – oneof type
- Type
proto.fields.Field
-
client_list
Field of type
ClientList – oneof type
- Type
proto.fields.Field
-
device_list
Field of type
DeviceList – oneof type
- Type
proto.fields.Field
-
service
Field of type
Service – oneof type
- Type
proto.fields.Field
-
service_list
Field of type
ServiceList – oneof type
- Type
proto.fields.Field
-
lockstep_processing_reply
Field of type
LockstepProcessingReply – oneof
type
- Type
proto.fields.Field
-
component
Field of type
Component – oneof type
- Type
proto.fields.Field
-
component_list
Field of type
ComponentList – oneof type
- Type
proto.fields.Field
-
class ubii.proto.v1.ServiceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
type
-
-
topic
Field of type
STRING
- Type
proto.fields.Field
-
client
Field of type
Client – oneof type
- Type
proto.fields.Field
-
device
Field of type
Device – oneof type
- Type
proto.fields.Field
-
topic_subscription
Field of type
TopicSubscription – oneof
type
- Type
proto.fields.Field
-
session
Field of type
Session – oneof type
- Type
proto.fields.Field
-
session_list
Field of type
SessionList – oneof type
- Type
proto.fields.Field
-
processing_module
Field of type
ProcessingModule – oneof
type
- Type
proto.fields.Field
-
processing_module_list
Field of type
ProcessingModuleList – oneof
type
- Type
proto.fields.Field
-
topic_mux
Field of type
TopicMux – oneof type
- Type
proto.fields.Field
-
topic_mux_list
Field of type
TopicMuxList – oneof type
- Type
proto.fields.Field
-
topic_demux
Field of type
TopicDemux – oneof type
- Type
proto.fields.Field
-
topic_demux_list
Field of type
TopicDemuxList – oneof type
- Type
proto.fields.Field
-
client_list
Field of type
ClientList – oneof type
- Type
proto.fields.Field
-
device_list
Field of type
DeviceList – oneof type
- Type
proto.fields.Field
-
lockstep_processing_request
Field of type
LockstepProcessingRequest –
oneof type
- Type
proto.fields.Field
-
component
Field of type
Component – oneof type
- Type
proto.fields.Field
-
component_list
Field of type
ComponentList – oneof type
- Type
proto.fields.Field
-
class ubii.proto.v1.Session(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
processing_modules
RepeatedField of type
ProcessingModule
- Type
proto.fields.RepeatedField
-
io_mappings
RepeatedField of type
IOMapping
- Type
proto.fields.RepeatedField
-
tags
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
description
Field of type
STRING
- Type
proto.fields.Field
-
authors
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
status
Field of type SessionStatus
- Type
proto.fields.Field
-
editable
Field of type
BOOL
- Type
proto.fields.Field
-
class ubii.proto.v1.SessionList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Session
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.SessionStatus(value)[source]
Bases: proto.enums.Enum
An enumeration.
-
CREATED = 0
-
RUNNING = 1
-
PAUSED = 2
-
STOPPED = 3
-
class ubii.proto.v1.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.Success(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
title
Field of type
STRING
- Type
proto.fields.Field
-
message
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.SuccessList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Success
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.Timestamp(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
seconds
Field of type
INT64
- Type
proto.fields.Field
-
nanos
Field of type
INT32
- Type
proto.fields.Field
-
millis
Field of type
INT64
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicData(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
type
-
-
topic_data_record
Field of type
TopicDataRecord – oneof
type
- Type
proto.fields.Field
-
topic_data_record_list
Field of type
TopicDataRecordList – oneof
type
- Type
proto.fields.Field
-
error
Field of type
Error – oneof type
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicDataRecord(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
continuous index: 38
One Ofs
This message defines the following oneof group[s]
-
type
-
-
topic
Field of type
STRING
- Type
proto.fields.Field
-
timestamp
Field of type
Timestamp
- Type
proto.fields.Field
-
client_id
Field of type
STRING
- Type
proto.fields.Field
-
double
Field of type
DOUBLE – oneof type
- Type
proto.fields.Field
-
bool
Field of type
BOOL – oneof type
- Type
proto.fields.Field
-
string
Field of type
STRING – oneof type
- Type
proto.fields.Field
-
int32
Field of type
INT32 – oneof type
- Type
proto.fields.Field
-
float
Field of type
FLOAT – oneof type
- Type
proto.fields.Field
-
vector2
Field of type
Vector2 – oneof type
- Type
proto.fields.Field
-
vector2_list
Field of type
Vector2List – oneof type
- Type
proto.fields.Field
-
vector3
Field of type
Vector3 – oneof type
- Type
proto.fields.Field
-
vector3_list
Field of type
Vector3List – oneof type
- Type
proto.fields.Field
-
vector4
Field of type
Vector4 – oneof type
- Type
proto.fields.Field
-
vector4_list
Field of type
Vector4List – oneof type
- Type
proto.fields.Field
-
quaternion
Field of type
Quaternion – oneof
type
- Type
proto.fields.Field
-
quaternion_list
Field of type
Quaternion – oneof
type
- Type
proto.fields.Field
-
matrix3x2
Field of type
Matrix3x2 – oneof type
- Type
proto.fields.Field
-
matrix4x4
Field of type
Matrix4x4 – oneof type
- Type
proto.fields.Field
-
color
Field of type
Color – oneof type
- Type
proto.fields.Field
-
touch_event
Field of type
TouchEvent – oneof
type
- Type
proto.fields.Field
-
touch_event_list
Field of type
TouchEventList – oneof
type
- Type
proto.fields.Field
-
key_event
Field of type
KeyEvent – oneof type
- Type
proto.fields.Field
-
mouse_event
Field of type
MouseEvent – oneof
type
- Type
proto.fields.Field
-
myo_event
Field of type
MyoEvent – oneof type
- Type
proto.fields.Field
-
pose2D
Field of type
Pose2D – oneof type
- Type
proto.fields.Field
-
pose3D
Field of type
Pose3D – oneof type
- Type
proto.fields.Field
-
object2D
Field of type
Object2D – oneof type
- Type
proto.fields.Field
-
object3D
Field of type
Object3D – oneof type
- Type
proto.fields.Field
-
object2D_list
Field of type
Object2DList – oneof
type
- Type
proto.fields.Field
-
object3D_list
Field of type
Object3DList – oneof
type
- Type
proto.fields.Field
-
int32_list
Field of type
Int32List – oneof type
- Type
proto.fields.Field
-
float_list
Field of type
FloatList – oneof type
- Type
proto.fields.Field
-
double_list
Field of type
DoubleList – oneof type
- Type
proto.fields.Field
-
string_list
Field of type
StringList – oneof type
- Type
proto.fields.Field
-
bool_list
Field of type
BoolList – oneof type
- Type
proto.fields.Field
-
image2D
Field of type
Image2D – oneof type
- Type
proto.fields.Field
-
image2D_list
Field of type
Image2DList – oneof type
- Type
proto.fields.Field
-
session
Field of type
Session – oneof type
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicDataRecordList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
TopicDataRecord
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.TopicDemux(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
data_type
Field of type
STRING
- Type
proto.fields.Field
-
output_topic_format
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicDemuxList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
TopicDemux
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.TopicInputMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
topic_source
-
-
input_name
Field of type
STRING
- Type
proto.fields.Field
-
topic
Field of type
STRING – oneof topic_source
- Type
proto.fields.Field
-
topic_mux
Field of type
TopicMux – oneof topic_source
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicInputMappingList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
TopicInputMapping
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.TopicMux(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
id
Field of type
STRING
- Type
proto.fields.Field
-
name
Field of type
STRING
- Type
proto.fields.Field
-
data_type
Field of type
STRING
- Type
proto.fields.Field
-
topic_selector
Field of type
STRING
- Type
proto.fields.Field
-
identity_match_pattern
Field of type
STRING
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicMuxList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
TopicMux
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.TopicOutputMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
One Ofs
This message defines the following oneof group[s]
-
topic_destination
-
-
output_name
Field of type
STRING
- Type
proto.fields.Field
-
topic
Field of type
STRING – oneof topic_destination
- Type
proto.fields.Field
-
topic_demux
Field of type
TopicDemux – oneof
topic_destination
- Type
proto.fields.Field
-
class ubii.proto.v1.TopicOutputMappingList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
TopicOutputMapping
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.TopicSubscription(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
client_id
Field of type
STRING
- Type
proto.fields.Field
-
subscribe_topics
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
unsubscribe_topics
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
subscribe_topic_regexp
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
unsubscribe_topic_regexp
RepeatedField of type
STRING
- Type
proto.fields.RepeatedField
-
class ubii.proto.v1.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.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.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.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.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.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.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.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.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.Vector8List(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]
Bases: proto.message.Message
-
elements
RepeatedField of type
Vector8
- Type
proto.fields.RepeatedField