#include <it_bus_pdk/simple_reader.h>
Inheritance diagram for IT_Bus::SimpleReader:
Useful as a base class for readers that do not read all types, in particular attribute readers.
Definition at line 17 of file simple_reader.h.
Public Member Functions | |
SimpleReader (const String &exception_message=sm_default_message) | |
Exception messages are of the form: exception_message + " " + name_of_type. | |
Private Attributes | |
String | m_message |
Static Private Attributes | |
static const String | sm_default_message |