#include "azcam.h"
Functions | |
| void | InitAzCam (azcam_t *cam) |
| Initialize an azcam data structure. | |
| void | AzCamInfo (azcam_t *cam) |
| Print the contents of the struct on stdout. | |
| int | ARCCommand (azcam_t *cam, char *cmdstr, char *reply) |
| Send a raw command to the ARC Controller. | |
The following are a suite of additional utility functions that provide additional functionality to an application using this client API.
|
|
Initialize an azcam data structure.
This function should be called to clear out the azcam struct before filling it with valid data (e.g., from a setup file loaded by the application). |
|
|
Print the contents of the struct on stdout.
|
|
||||||||||||||||
|
Send a raw command to the ARC Controller.
A complete list of valid ARC Controller commands can be found in section 11 of the AzCam Programmers Reference Manual. |
1.4.2