Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / autonomous_recharging / charging_station / wl_charging_station.h @ 98

History | View | Annotate | Download (705 Bytes)

1 98 bcoltin
/**
2
 * @file wl_charging_station.h
3
 * @brief A packet group for recharging messages
4
 *
5
 * A packet group for sending and receiving recharging
6
 * messages, implemented from the perspective of a charging
7
 * station.
8
 *
9
 * @author Brian Coltin, Colony Project, CMU Robotics Club
10
 **/
11
12
/**
13
 * @defgroup wlrecharge Recharging Packets
14
 * @brief Functions for sending and receiving recharging packets
15
 *
16
 * Functions for sending and receiving recharging packets.
17
 *
18
 * @{
19
 **/
20
21
/**@brief Register this packet group with the wireless library **/
22
void wl_station_register(void);
23
/**@brief Unregister this packet group with the wireless library **/
24
void wl_station_unregister(void);
25
26
/** @} **/ // end defgroup