#include "LEDValue.h"
Include dependency graph for LEDValue.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, LEDValue &ledValue) |
Streaming operator that reads a LEDValue from a stream. | |
Out & | operator<< (Out &stream, const LEDValue &ledValue) |
Streaming operator that writes a LEDValue to a stream. |
Max Risler
Definition in file LEDValue.cpp.
|
Streaming operator that reads a LEDValue from a stream.
Definition at line 18 of file LEDValue.cpp. |
|
Streaming operator that writes a LEDValue to a stream.
Definition at line 24 of file LEDValue.cpp. |