#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include "driver/urbtc.h"
#include "driver/urobotc.h"
Go to the source code of this file.
Define Documentation
Function Documentation
void exit_program |
( |
int |
sig, |
|
|
int |
code, |
|
|
struct sigcontext * |
scp, |
|
|
char * |
addr |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Variable Documentation
char* devfiles[] = {"/dev/urbtc0", "/dev/urbtc1"} [static] |