Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / testing / wl_network_colonet / colonet.h @ 13

History | View | Annotate | Download (299 Bytes)

1
/* Eugene Marinelli
2
 * 10/26/06
3
 * 
4
 * colonet.h - Colonet library for colony robots
5
 */
6

    
7
#ifndef COLONET_H_
8
#define COLONET_H_
9

    
10
#include <colonet_defs.h>
11

    
12
int colonet_handle_message(unsigned char robot_id, char* packet);
13
int colonet_add_message(unsigned char msgId, void (*handler)(void));
14

    
15
#endif