Anti-Sway Capstone 1.0
Loading...
Searching...
No Matches
DataFile_t Struct Reference

Data File. More...

Data Fields

MATFILE * file
 The MATFILE that this DataFile will store its data into.
 
int num_entries
 The number of arrays in this file.
 
char ** entry_names
 The names of all arrays in this file.
 
int num_vals
 The number of values in each array.
 
int vals_capacity
 The capacity of the arrays in the data structure below.
 
double ** entry_values
 A pointer to pointers to arrays for the data being stored (2D array)
 

Detailed Description

Data File.

Internal Representation of a Data File


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