table ParamValue
fbs/transfer.fbs / Source schema
One named parameter value. Tables are appropriate here: parameter transfer is a cached request/reply flow, never a control-loop payload.
| Name | Type | Unit / Scale | Notes |
|---|---|---|---|
name | string | Parameter name unique within the producer. | |
kind | ParamKind | Which value field carries the parameter. | |
float_value | double | Floating-point value when kind is Float. | |
int_value | long | Integer or boolean value when kind is Int or Bool. | |
text_value | string | Text value when kind is Text. |