Table of Contents

 
LoadConfig
 

Purpose

Loads the log config file

 

Protoype

void CError::LoadConfig (string str_filename)
 

Parameters

filename the name or location of the data file
 

Description

This function loads in log filter settings from a .cfg file created using the Data Generator application. Please see the Data Generator documentation for more information regarding the structure of the .cgf file for cursor loading, and see SetFilter() for more information on filters.

NOTE: The extension of the data file does not have to be .cfg, that's just the extension used by the Data Generator application.

 

Use

CError error;
error.LoadConfig("log.cfg");
 

Prev: InsertKeypoint
Next: LogItem