Parent data provider for MQTT devices.
More...
#include <MqttDevicesDataProvider.qc.dox.h>
|
| constructor (AbstractMqttDataProvider prev) |
| Creates the object from another object of the same class.
|
|
string | getName () |
| Returns the name of the data provider.
|
|
hash< DataProvider::DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
|
static | registerChild (string pathname, Reflection::Class cls) |
| Register a new child data provider for Google calendars.
|
|
static hash< auto > | getClient (hash< auto > copts) |
| Returns a client for the given options.
|
|
|
const | ProviderInfo = ... |
| Provider info.
|
|
|
*list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any.
|
|
*DataProvider::AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown.
|
|
| constructor () |
| Creates the object without any arguments for child classes.
|
|
| constructor (AbstractMqttDataProvider prev) |
| Creates the object from another object of the same class for child classes.
|
|
|
static | deregisterChild (string pathname) |
| Deregister the named child data provider.
|
|
|
static hash< string, Reflection::Class > | childMap |
| Child data provider classes.
|
|
|
MqttClient | client |
| The MQTT client itself.
|
|
MqttConnectOptions | opts |
| Connection options.
|
|
string | topic |
| Subscription topic filter.
|
|
int | qos |
| Subscription QoS.
|
|
string | message_format |
| Message payload format.
|
|
string | encoding |
| Encoding for message_format "string".
|
|
Parent data provider for MQTT devices.
◆ getChildProviderImpl()
*DataProvider::AbstractDataProvider MqttDataProvider::MqttDevicesDataProvider::getChildProviderImpl |
( |
string |
name | ) |
|
|
private |
Returns the given child provider or nothing if the given child is unknown.
- Returns
- the given child provider or nothing if the given child is unknown
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
*list< string > MqttDataProvider::MqttDevicesDataProvider::getChildProviderNamesImpl |
( |
| ) |
|
|
private |
Returns a list of child data provider names, if any.
- Returns
- a list of child data provider names, if any
The documentation for this class was generated from the following file:
- doxygen/qlib/MqttDataProvider/MqttDevicesDataProvider.qc.dox.h