#include <stdarg.h>
#include <signal.h>
#include "Bicam.h"
Functions | |
| void | sig_handler (int sig) |
| Signal handler (SIGTERM) for BicamGPS process. | |
| void | printUsage (char *prog) |
| Print use message. | |
| int | main (int argc, char *argv[]) |
| Demonstrates and tests use of XPort, BicamTrigger and BicamGPS in an application. | |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Demonstrates and tests use of XPort, BicamTrigger and BicamGPS in an application.
Requires XPort hardware or suitable proxy.
| void printUsage | ( | char * | prog | ) |
Print use message.
| prog | program name |
| void sig_handler | ( | int | sig | ) |
1.5.4