MCPcopy Create free account

hub / github.com/ZettaScaleLabs/hiroz / types & classes

Types & classes1,045 in github.com/ZettaScaleLabs/hiroz

↓ 43 callersInterfaceMessage
Message is implemented by all generated message types
crates/hiroz-go/hiroz/types.go:4
↓ 21 callersStructString
String is a ROS 2 message type Full name: std_msgs/msg/String
crates/hiroz-go/testdata/string_msg.go:12
↓ 16 callersClassBool
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:183
↓ 16 callersClassTypeHash
crates/hiroz-schema/src/lib.rs:25
↓ 8 callersTypeAliasErrorCode
ErrorCode represents FFI error codes returned from the Rust layer
crates/hiroz-go/hiroz/error.go:6
↓ 7 callersClassCountGoal
crates/hiroz-py/tests/test_action.py:19
↓ 6 callersClassCdrError
crates/hiroz/src/msg.rs:13
↓ 5 callersClassDynActionMessage
crates/hiroz-py/src/raw_bytes.rs:98
↓ 4 callersClassPath
crates/hiroz-msgs/python/hiroz_msgs_py/types/nav_msgs.py:39
↓ 3 callersClassCountResult
crates/hiroz-py/tests/test_action.py:25
↓ 3 callersClassGoalId
crates/hiroz/src/action/mod.rs:108
↓ 3 callersStructInt32
Int32 is a ROS 2 message type Full name: std_msgs/msg/Int32
crates/hiroz-go/testdata/int32_msg.go:12
↓ 3 callersStructNode
Node represents a ROS 2 node
crates/hiroz-go/hiroz/node.go:16
↓ 3 callersClassRawBytesMessage
crates/hiroz-py/src/raw_bytes.rs:16
↓ 2 callersClassCountToResult
crates/hiroz-py/examples/action_demo.py:37
↓ 2 callersClassFloat32
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:170
↓ 2 callersClassFloat64
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:46
↓ 2 callersClassInt16
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:84
↓ 2 callersClassInt64
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:119
↓ 2 callersClassInt8
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:20
↓ 2 callersClassLivelinessKE
crates/hiroz-protocol/src/entity.rs:18
↓ 2 callersClassZSleep
crates/hiroz/src/time.rs:277
↓ 1 callersStructActionServer
ActionServer executes ROS 2 action goals and provides feedback
crates/hiroz-go/hiroz/action.go:236
↓ 1 callersClassChar
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:145
↓ 1 callersClassCountFeedback
crates/hiroz-py/tests/test_action.py:30
↓ 1 callersClassCountToFeedback
crates/hiroz-py/examples/action_demo.py:42
↓ 1 callersClassCountToGoal
crates/hiroz-py/examples/action_demo.py:32
↓ 1 callersClassDataLogger
Logs RTT data to CSV file.
crates/hiroz-py/examples/pingpong.py:30
↓ 1 callersClassExtractorStamp
Index by an application-supplied extractor closure. The closure receives a reference to the deserialized message and returns a `SystemTime` represent
crates/hiroz/src/cache.rs:76
↓ 1 callersClassFibonacciActionServer
crates/hiroz-go/interop_tests/fibonacci_action_server.py:13
↓ 1 callersTypeAliasGoalStatus
GoalStatus represents the status of an action goal
crates/hiroz-go/hiroz/action.go:51
↓ 1 callersClassZBuf
crates/hiroz/src/zbuf.rs:33
↓ 1 callersClassZDuration
crates/hiroz/src/time.rs:19
ClassAccel
crates/hiroz-msgs/python/hiroz_msgs_py/types/geometry_msgs.py:199
ClassAccelStamped
crates/hiroz-msgs/python/hiroz_msgs_py/types/geometry_msgs.py:112
ClassAccelWithCovariance
crates/hiroz-msgs/python/hiroz_msgs_py/types/geometry_msgs.py:84
ClassAccelWithCovarianceStamped
crates/hiroz-msgs/python/hiroz_msgs_py/types/geometry_msgs.py:176
ClassAccepted
Marker type representing a goal that has been accepted but not yet executing.
crates/hiroz/src/action/server.rs:819
InterfaceAction
Action represents a ROS 2 action (goal/result/feedback pattern). Implementations must provide sub-service hashes that match the compound RIHS01 values
crates/hiroz-go/hiroz/action.go:24
StructActionClient
ActionClient sends goals to ROS 2 action servers
crates/hiroz-go/hiroz/action.go:227
StructActionClientBuilder
ActionClientBuilder builds an ActionClient
crates/hiroz-go/hiroz/action.go:245
ClassActionDefinition
crates/hiroz-codegen/src/generator/json.rs:86
StructActionDefinition
crates/hiroz-codegen-go/types.go:51
StructActionServerBuilder
ActionServerBuilder builds an ActionServer
crates/hiroz-go/hiroz/action.go:251
InterfaceActionTypeInfo
Trait for ROS action types that provides action-level type information This trait supports compile-time (static) type information. For actions, the t
crates/hiroz/src/ros_msg.rs:120
ClassActive
The goal is active and can be monitored or canceled.
crates/hiroz/src/action/client.rs:21
ClassAddTwoInts
Service type definition
crates/hiroz/tests/service.rs:56
StructAddTwoInts
AddTwoInts is the service definition
crates/hiroz-go/testdata/add_two_ints_srv.go:68
StructAddTwoInts
AddTwoInts is the service definition
crates/hiroz-go/examples/production_service/messages/add_two_ints.go:59
ClassAddTwoIntsRequest
crates/hiroz-msgs/python/hiroz_msgs_py/types/example_interfaces.py:186
ClassAddTwoIntsRequest
crates/hiroz/tests/service.rs:12
StructAddTwoIntsRequest
AddTwoIntsRequest is the request message for AddTwoInts service
crates/hiroz-go/testdata/add_two_ints_srv.go:11
StructAddTwoIntsRequest
AddTwoIntsRequest is the request message
crates/hiroz-go/examples/production_service/messages/add_two_ints.go:12
ClassAddTwoIntsResponse
crates/hiroz-msgs/python/hiroz_msgs_py/types/example_interfaces.py:193
ClassAddTwoIntsResponse
crates/hiroz/tests/service.rs:35
StructAddTwoIntsResponse
AddTwoIntsResponse is the response message for AddTwoInts service
crates/hiroz-go/testdata/add_two_ints_srv.go:41
StructAddTwoIntsResponse
AddTwoIntsResponse is the response message
crates/hiroz-go/examples/production_service/messages/add_two_ints.go:37
ClassApp
crates/hiroz-console/src/app/mod.rs:28
ClassArgs
crates/hiroz/examples/z_pingpong.rs:21
ClassArgs
crates/hiroz/examples/z_pubsub.rs:102
ClassArgs
crates/hiroz/examples/z_srvcli.rs:11
ClassArgs
crates/hiroz/examples/laser_scan.rs:8
ClassArgs
crates/hiroz/examples/zenoh_router.rs:22
ClassArgs
crates/hiroz/examples/z_custom_message.rs:69
ClassArgs
crates/hiroz/examples/demo_nodes/fibonacci_action_client.rs:123
ClassArgs
crates/hiroz/examples/demo_nodes/talker.rs:109
ClassArgs
crates/hiroz/examples/demo_nodes/add_two_ints_client.rs:87
ClassArgs
crates/hiroz/examples/demo_nodes/add_two_ints_server.rs:97
ClassArgs
crates/hiroz/examples/demo_nodes/listener.rs:129
ClassArgs
crates/hiroz/examples/parameters/yaml.rs:13
ClassArgs
crates/hiroz/examples/parameters/callback.rs:15
ClassArgs
crates/hiroz/examples/parameters/client.rs:16
ClassArgs
crates/hiroz/examples/parameters/declare.rs:11
ClassArgs
crates/hiroz/examples/protobuf_demo/src/demo.rs:10
EnumArrayType
crates/hiroz-codegen/src/types.rs:68
ClassArrays
crates/hiroz-codegen/tests/cdr_roundtrip.rs:77
ClassAttachment
crates/hiroz/src/attachment.rs:11
EnumBackend
crates/hiroz-console/src/main.rs:23
EnumBackend
crates/hiroz-console/src/core/engine.rs:17
ClassBasicTypes
crates/hiroz-codegen/tests/cdr_roundtrip.rs:28
ClassBatteryState
crates/hiroz-msgs/python/hiroz_msgs_py/types/sensor_msgs.py:98
ClassBool
crates/hiroz-msgs/python/hiroz_msgs_py/types/example_interfaces.py:88
InterfaceBorrowData
crates/rmw-zenoh-rs/src/traits.rs:49
InterfaceBorrowImpl
crates/rmw-zenoh-rs/src/traits.rs:39
ClassBoundedQueue
A bounded queue that drops the OLDEST element when full (ROS depth QoS behavior). Unlike channels that block or drop the newest element when full, th
crates/hiroz/src/queue.rs:16
ClassBoundedSequences
crates/hiroz-codegen/tests/cdr_roundtrip.rs:167
EnumBufferData
Stores either a borrowed pointer or owned Vec
crates/hiroz/src/zbuf_view.rs:20
InterfaceBuilder
Builds a configured object, consuming the builder. All hiroz builders implement this trait. Bring it into scope to call `.build()`: ```rust,ignore u
crates/hiroz/src/lib.rs:120
ClassByte
crates/hiroz-msgs/python/hiroz_msgs_py/types/example_interfaces.py:39
ClassByte
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:33
ClassByteMultiArray
crates/hiroz-msgs/python/hiroz_msgs_py/types/example_interfaces.py:173
ClassByteMultiArray
crates/hiroz-msgs/python/hiroz_msgs_py/types/std_msgs.py:131
ClassBytesVisitor
crates/hiroz-py/src/raw_bytes.rs:108
ClassBytesVisitor
crates/hiroz/src/zbuf.rs:179
ClassCActionClient
Opaque action client handle for FFI
crates/hiroz/src/ffi/action.rs:57
ClassCActionServer
Opaque action server handle for FFI
crates/hiroz/src/ffi/action.rs:63
ClassCContext
crates/hiroz/src/ffi/context.rs:8
ClassCContextConfig
crates/hiroz/src/ffi/context.rs:14
ClassCGoalHandle
Opaque goal handle for FFI (client-side)
crates/hiroz/src/ffi/action.rs:73
ClassCNode
crates/hiroz/src/ffi/node.rs:9
next →1–100 of 1,045, ranked by callers