Project

General

Profile

Revision 198

Recharging updated.

View differences:

wl_token_ring.h
7 7
 * @author Brian Coltin, Colony Project, CMU Robotics Club
8 8
 **/
9 9

  
10
#ifndef WL_TOKEN_RING_H
11
#define WL_TOKEN_RING_H
12

  
10 13
/**
11 14
 * @defgroup tokenring Token Ring
12 15
 * @brief Wireless library token ring implementation
......
30 33
void wl_token_ring_join(void);
31 34
/**@brief Leave the token ring **/
32 35
void wl_token_ring_leave(void);
33
/**@brief Request a BOM flash from the specified robot **/
34
void wl_token_request(int robot);
35 36

  
36 37
/**@brief Return the number of robots in the token ring **/
37 38
int wl_token_get_robots_in_ring(void);
......
56 57

  
57 58
/** @} **/ //end token ring group
58 59

  
60
#endif

Also available in: Unified diff