Project

General

Profile

Revision 6ebee82c

ID6ebee82cf91abf048eaf42a61093144dd1743693
Parent bda6eaa0
Child 492d2fde, 673f8af1

Added by Alex Zirbel about 11 years ago

Moved all messages to the messages/ folder.

This meant changing a lot of includes and things.

View differences:

scout/power/src/power.cpp
71 71
 * @param req The request. There are no fields
72 72
 * @param res The response. The fields will be filled with values.
73 73
 */
74
bool power_query(power::query_power::Request &req,
75
                  power::query_power::Response &res)
74
bool power_query(::messages::query_power::Request &req,
75
                 ::messages::query_power::Response &res)
76 76
{
77 77
    res.voltage = voltage;
78 78
    res.percentage = percentage;

Also available in: Unified diff