Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Wrap.h File Reference
#include <signal.h>
Include dependency graph for Wrap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SIG1   30 /*SIGUSR1 */
 
#define SIG2   31 /*SIGUSR2 */
 
#define SIG3   14 /*SIGALRM */
 
#define ACTIVE_FILE   "/tmp/bikex_active"
 
#define PASSIVE_FILE   "/tmp/bikex_passive"
 
#define ALL_VALUES   0
 
#define DIRECTION_MSP   1
 
#define VELOCITY_MSP   2
 

Macro Definition Documentation

#define ACTIVE_FILE   "/tmp/bikex_active"

Definition at line 11 of file Wrap.h.

#define ALL_VALUES   0

Macros to define the output from sensor

Definition at line 19 of file Wrap.h.

#define DIRECTION_MSP   1

Definition at line 20 of file Wrap.h.

#define PASSIVE_FILE   "/tmp/bikex_passive"

Definition at line 12 of file Wrap.h.

#define SIG1   30 /*SIGUSR1 */

Macros used with Python

Definition at line 8 of file Wrap.h.

#define SIG2   31 /*SIGUSR2 */

Definition at line 9 of file Wrap.h.

#define SIG3   14 /*SIGALRM */

Definition at line 10 of file Wrap.h.

#define VELOCITY_MSP   2

Definition at line 21 of file Wrap.h.