![]() |
PIDUINO
|
Contains information about a registered converter. More...
#include <converter.h>
Public Member Functions | |
Info ()=default | |
Info (const std::string &name, const std::string &type, const std::string ¶meters) | |
Public Attributes | |
std::string | name |
The name of the converter class. | |
std::string | type |
The type of the converter (e.g., "dac", "adc"). | |
std::string | parameters |
Parameters for the converter, a colon-separated list of values. | |
Contains information about a registered converter.
Definition at line 232 of file converter.h.
|
default |
|
inline |
Definition at line 237 of file converter.h.
std::string Piduino::Converter::Info::name |
The name of the converter class.
Definition at line 233 of file converter.h.
std::string Piduino::Converter::Info::parameters |
Parameters for the converter, a colon-separated list of values.
Definition at line 235 of file converter.h.
std::string Piduino::Converter::Info::type |
The type of the converter (e.g., "dac", "adc").
Definition at line 234 of file converter.h.