Maximum lengths of arrays

Hierarchy

  • MaximumArrayLengths

Indexable

[property: string]: any

Properties

actions.actionsParameters?: number

Maximum number of parameters per action processable by the mobile robot

edge.actions?: number

Maximum number of actions per edge processable by the mobile robot

error.errorReferences?: number

Maximum number of error references sent by the mobile robot for each error

information.infoReferences?: number

Maximum number of info references sent by the mobile robot for each information

instantActions?: number

Maximum number of instant actions per message processable by the mobile robot

node.actions?: number

Maximum number of actions per node processable by the mobile robot

order.edges?: number

Maximum number of edges per order processable by the mobile robot

order.nodes?: number

Maximum number of nodes per order processable by the mobile robot

state.actionStates?: number

Maximum number of actionStates sent by the mobile robot

state.edgeStates?: number

Maximum number of edgeStates sent by the mobile robot, maximum number of edges in base of mobile robot

state.errors?: number

Maximum number of errors sent by the mobile robot in one state-message

state.information?: number

Maximum number of information objects sent by the mobile robot in one state-message

state.instantActionStates?: number

Maximum number of instantActionStates sent by the mobile robot

state.loads?: number

Maximum number of load-objects sent by the mobile robot

state.nodeStates?: number

Maximum number of nodeStates sent by the mobile robot, maximum number of nodes in base of mobile robot

state.zoneActionStates?: number

Maximum number of zoneActionStates sent by the mobile robot

trajectory.controlPoints?: number

Maximum number of control points per trajectory processable by the mobile robot

trajectory.knotVector?: number

Maximum number of knots per trajectory processable by the mobile robot

zoneSet.zones?: number

Maximum number of zones per zoneSet processable by the mobile robot

Generated using TypeDoc