| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function for Vector Mode Example.
vector_example.cpp takes two arguments at the command line: an IP Address to a Galil controller and a path to a text file defining vector points. When the program is run the controller will be put into vector mode and loaded with the points defined in the text file. The controller will run until it reaches all points defined in the text file.
Definition at line 30 of file vector_example.cpp.