Project

General

Profile

Revision 3a73516c

ID3a73516cb7efbc966fcdb130af4e5c176a4ca90f
Parent ca9029b7
Child ae23d242

Added by Alex Zirbel almost 11 years ago

Added doxygen documentation to many files.

View differences:

scout/libscout/src/WirelessReceiver.cpp
28 28
 * @file WirelessReceiver.cpp
29 29
 * @brief Contains wireless declarations and functions
30 30
 * 
31
 * Contains functions and definitions for the use of
32
 * XBee wireless
31
 * @defgroup wirelessreceiver WirelessReceiver
32
 * @brief Contains functions and definitions for the use of XBee wireless
33
 * @ingroup behavior
33 34
 *
34 35
 * @author Colony Project, CMU Robotics Club
35 36
 * @author Tom Mullins
37
 *
38
 * @{
36 39
 **/
37 40

  
38 41
#include "WirelessReceiver.h"
......
79 82
void WirelessReceiver::dummy(std::vector<uint8_t> data) {
80 83
    ROS_WARN("Warning: Ignored wireless packet.");
81 84
}
85

  
86
/** @} */

Also available in: Unified diff