SMACC2
Classes | Functions
sm_dance_bot_strikes_back::cl_led Namespace Reference

Classes

class  CbLEDOff
 
class  CbLEDOn
 
class  ClLED
 

Functions

std::ostream & operator<< (std::ostream &out, const sm_dance_bot_strikes_back::action::LEDControl::Goal &msg)
 

Function Documentation

◆ operator<<()

std::ostream & sm_dance_bot_strikes_back::cl_led::operator<< ( std::ostream &  out,
const sm_dance_bot_strikes_back::action::LEDControl::Goal &  msg 
)

Definition at line 37 of file cl_led.cpp.

39{
40 out << "LED CONTROL: " << msg.command;
41 return out;
42}