| GReturn record_position | ( | GCon | g, |
| char * | fileA, | ||
| char * | fileB | ||
| ) |
Record user's training and saves to a text file.
| g | Connection's handle. |
| fileA | A Path to a text file where training for Axis A will be recorded |
| fileB | A Path to a text file where training for Axis B will be recorded |
See record_position_example.cpp for an example.
Definition at line 16 of file record_position.cpp.
References e(), and write_array_to_file().
Referenced by contour().