PIDUINO
Loading...
Searching...
No Matches
Piduino::Converter::Info

Contains information about a registered converter. More...

#include <converter.h>

Collaboration diagram for Piduino::Converter::Info:

Public Member Functions

 Info ()=default
 
 Info (const std::string &name, const std::string &type, const std::string &parameters)
 

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.
 

Detailed Description

Contains information about a registered converter.

Definition at line 232 of file converter.h.

Constructor & Destructor Documentation

◆ Info() [1/2]

Piduino::Converter::Info::Info ( )
default

◆ Info() [2/2]

Piduino::Converter::Info::Info ( const std::string &  name,
const std::string &  type,
const std::string &  parameters 
)
inline

Definition at line 237 of file converter.h.

Member Data Documentation

◆ name

std::string Piduino::Converter::Info::name

The name of the converter class.

Definition at line 233 of file converter.h.

◆ parameters

std::string Piduino::Converter::Info::parameters

Parameters for the converter, a colon-separated list of values.

Definition at line 235 of file converter.h.

◆ type

std::string Piduino::Converter::Info::type

The type of the converter (e.g., "dac", "adc").

Definition at line 234 of file converter.h.