9 Console.
WriteLine("*****************************************************************************")
11 Console.
WriteLine("*****************************************************************************")
19 Console.
WriteLine("*****************************************************************************")
21 Console.
WriteLine("*****************************************************************************")
29 Console.
WriteLine("*****************************************************************************")
31 Console.
WriteLine("*****************************************************************************")
Provides a class of shared constants and methods for gclib's example projects.
Provides a class that binds to gclib's unmanaged dll. Wraps each call and provides a more user-friend...
GCLIB_DLL_EXPORTED GReturn GCALL GCommand(GCon g, GCStringIn command, GBufOut buffer, GSize buffer_len, GSize *bytes_returned)
Performs a command-and-response transaction on the connection.
GCLIB_DLL_EXPORTED GReturn GCALL GCmdI(GCon g, GCStringIn command, int *value)
Wrapper around GCommand that provides the return value of a command parsed into an int.
GCLIB_DLL_EXPORTED GReturn GCALL GCmdD(GCon g, GCStringIn command, double *value)
Wrapper around GCommand that provides the return value of a command parsed into a double.
void error(GCon g, GReturn rc)
An example of error handling and debugging information.
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
int Commands(Gclib gclib)
Demonstrates various uses of GCommand() And basic controller queries.