GCLIB_DLL_EXPORTED GReturn GCALL GArrayUploadFile | ( | GCon | g, |
GCStringIn | file_path, | ||
GCStringIn | names | ||
) |
Array upload to file.
Uploads the entire controller array table or a subset and saves the data as a csv file specified by file_path
.
g | Connection's handle. |
file_path | Null-terminated string containing the path to the array file, file will be overwritten if it exists. |
names | Null-terminated string containing the arrays to upload, delimited with space. "" or null uploads all arrays listed in LA. |
See x_arrays.cpp for an example.