Project

General

Profile

Revision 126fea96

ID126fea969313da57c60bd2631fe36eafd83eb12c
Parent 339f64d2
Child f3bfb5b5

Added by Alex Zirbel about 11 years ago

Fixed existing doxygen; preparing to add more.

View differences:

scout/power/src/power.cpp
31 31
 *
32 32
 * @author Colony Project, CMU Robotics Club
33 33
 * @author Jeff Cooper
34
 **/
35

  
36
#include "ros/ros.h"
37
#include "power.h"
38
#include <cstdlib>
39 34

  
40
/**
41 35
 * @defgroup power Power
42 36
 * @brief Functions for monitoring and regulating the power systems
43 37
 *
44 38
 * @{
45 39
 **/
46 40

  
41
#include "ros/ros.h"
42
#include "power.h"
43
#include <cstdlib>
44

  
47 45
/* Power system state variables
48 46
 * updated by the AVR, used to respond to
49 47
 * power queries and send messages
50 48
 *
51 49
 */
50

  
52 51
/** @todo Fix types: static */
53 52

  
54 53
/** @TODO figure out if we can get things like the current draw from the AVR. */

Also available in: Unified diff