Values.PrimitiveMessageDefinitionSourceRepresents a primitive type node of the complex data structure.
type nonrec t = {ros2PrimitiveMessageDefinition : ROS2PrimitiveMessageDefinition.t option;Information about a PrimitiveMessage using a ROS 2 compliant primitive type message of the complex data structure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Long of ROS2PrimitiveMessageDefinitionUpperBoundLong.t ])
list ])
list ]