|
| MGrblPlatformDevice (const std::string &uid, const std::shared_ptr< MGrblPlatform > &mgrbl, const std::shared_ptr< GrblPlatform > &grbl) |
|
std::future< std::set< std::string > > | listConfig () const override |
| list device configuration options
|
|
std::future< std::string > | getConfig (const std::string &name) const override |
| get device configuration value More...
|
|
std::future< void > | setConfig (const std::string &name, const std::string &value) const override |
| set device configuration value More...
|
|
| GrblPlatformDevice (const std::string &uid, const std::shared_ptr< GrblPlatform > &grbl) |
|
| PlatformDevice (const std::string &uid) |
|
DeviceType | type () const override |
|
DeviceId | uid () const |
| Get the address of device. More...
|
|
virtual bool | canConvert (const units::Value &value, units::unit_t unit) const |
| Check if unit conversion is possible in a manner specific to this device. More...
|
|
virtual bool | convert (units::Value &value, units::unit_t unit) const |
| Convert value in a manner specific to this device. More...
|
|
std::string | toString () const |
| debug and logging operation
|
|
|
static const std::set< std::string > | s_ctrlSettings |
|
Definition at line 38 of file MGrblPlatformDevice.hpp.
◆ getConfig()
std::future< std::string > MGrblPlatformDevice::getConfig |
( |
const std::string & |
name | ) |
const |
|
overridevirtual |
◆ setConfig()
std::future< void > MGrblPlatformDevice::setConfig |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| const |
|
overridevirtual |
◆ s_ctrlSettings
const std::set< std::string > MGrblPlatformDevice::s_ctrlSettings |
|
static |
The documentation for this class was generated from the following files: