Values_1.TopicConstantValueSourceThe definition for a TopicConstantValue.
type nonrec t = {constantType : ConstantType.t option;The constant type of a TopicConstantValue.
*)value : ConstantValueString.t option;The value of the TopicConstantValue.
*)minimum : ConstantValueString.t option;The minimum for the TopicConstantValue.
*)maximum : ConstantValueString.t option;The maximum for the TopicConstantValue.
*)valueList : CollectiveConstantEntryList.t option;The value list of the TopicConstantValue.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of ConstantValueString.t ])
list ]
list
| `String of ConstantValueString.t ])
list ]