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.h
39 39

  
40 40
#include <messages/query_power.h>
41 41

  
42
/** @brief Initialize the power module and driver. **/
43 42
int main(int argc, char **argv);
44 43

  
45
/** @brief Responds to service to query power informatio **/
46 44
bool power_query(messages::query_power::Request &req,
47 45
                 messages::query_power::Response &res);
48 46

  
49
/** @breif Function that sends the power_state_changed message **/
50 47
void send_power_state_changed();
51 48
#endif

Also available in: Unified diff