Project

General

Profile

Statistics
| Revision:

root / branches / slam / code / projects / colonet / DataRequests / robot / data_response.h @ 411

History | View | Annotate | Download (297 Bytes)

1 124 jscheine
#ifndef _DATA_RESPONSE_H
2
#define _DATA_REQUESTS_H
3 122 jscheine
4 294 justin
#define DATA_REQUEST_GROUP 7
5 124 jscheine
#define BOM_TYPE 0
6
#define IR_TYPE 1
7
#define ENCODER_TYPE 2
8 122 jscheine
9 124 jscheine
#define MAX_PACKET_LENGTH 100
10
11
/* This requires the wireless library
12
and the token ring to already be initialized.*/
13 294 justin
void data_response_init(void);
14 124 jscheine
15
#endif