Open
Description
In the SlideRule record definitions, if a field is marked as a pointer, then it is passed over by the __decode function in the Python client.
The client needs to be updated to support pointers - this will allow variable length rich data structures to be passed from the server to the client. Currently, the only support for variable length rich data structures is to have up to one array of them at the end of the record.