|
Re: Wondering about GRIP
The sample code is spawning a separate process via the fork() function and then executing a command line that is running a separate java grip program in that process.
The other part of the code is getting a subset of the network table containing the contour report and parsing it out.
|