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/libscout/src/ButtonControl.cpp
60 60
 * @brief Respond to button events
61 61
 * Processes message and updates private variables
62 62
 */
63
void ButtonControl::event_callback(const buttons::button_event::ConstPtr& msg)
63
void ButtonControl::event_callback(const ::messages::button_event::ConstPtr& msg)
64 64
{
65 65
    button1_value = msg->button1_pressed;
66 66
    button2_value = msg->button2_pressed;

Also available in: Unified diff