libRBR
v1.2.3
RBR instrument communication API
|
Parser context object. More...
#include <RBRParser.h>
Data Fields | |
RBRParserConfig | config |
The parser configuration. | |
RBRParserCallbacks | callbacks |
The set of callbacks to be used by the parser. | |
void * | userData |
Arbitrary user data; useful in callbacks. | |
bool | managedAllocation |
Whether the instance memory was dynamically allocated by the constructor. | |
Parser context object.
Users are strongly discouraged from accessing the fields of this structure directly as layout and field availability maybe unstable from version to version. Getter and setter functions are available for safely reading from and writing to fields where necessary.