Declared in TrackingSystem

Declaration

string QueryString(
    Object obj,
    double minTime,
    double maxTime,
    string[] parameters
);

Description

Queries the data of the object in the database. This will return all the data within a range of time values stored within the database and will be able to output the data, in a JSON format, for the parameters that are passed into the function.

Parameters

NameDescription
objThe object that was tracked
minTime[s] The minimum time to select from
maxTime[s] The maximum time to select from, 0 if all values
parametersAn array of parameter strings to select, empty for all values