2 Commits

Author SHA1 Message Date
Joseph Lisee
ec6013ebcb Updates variable schema & builders to match proto3 IDL (Part 4) (#172)
See part 1 commit for details, but background and context, the changes
here are:

 - `variable` not contains a `values` object instead of a `values`
   array, that object has sub-arrays for each type
 - `object_id` in variable is moved to a separate `base` object
2018-10-29 17:56:45 -04:00
Joseph Lisee
81dda5b4cf stream_set now maps stream to lists of variables (#144)
We want a single variable stream to be able to contain a unique
variable instance for a group of objects. Previous a variable stream
could only contain a single variable, mapping to a single object.

This lets us built more powerful UIs that show variables related to
many objects at the same time.
2018-10-16 22:15:46 -04:00