libRBR v1.2.3
RBR instrument communication API
Data Fields
RBRParser Struct Reference

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.
 

Detailed Description

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.

See also
RBRParser_init() to initialize a parser
RBRParser_destroy() to close a parser

The documentation for this struct was generated from the following file: