Function rs2_create_terminal_parser
Defined in File rs_internal.h
Function Documentation
-
rs2_terminal_parser *rs2_create_terminal_parser(const char *xml_content, rs2_error **error)
Creates RealSense terminal parser.
- Parameters:
xml_content – [in] content of the xml file needed for parsing
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored.
- Returns:
pointer to created terminal parser object