Hi,
Can one specify values in a Prototyper configuration file for a union ? Take for example these type definitions
union jParValue switch (jParValueTypes)
{
case J_REAL_VAL:
float realValue;
case J_LONG_VAL:
long longValue;
case J_BOOL_VAL:
boolean boolValue;
};//@top-level false
struct jParChangeInfo
{
unsigned long idx;
jParValue value;
};//@top-level false
The idx field can be published like this: