37 bool SetConfig (ArduinoJson::JsonObject & jsonConfig);
38 void GetConfig (ArduinoJson::JsonObject & jsonConfig);
39 void GetStatus (ArduinoJson::JsonObject & jsonConfig);
41#ifdef ARDUINO_ARCH_ESP32
42 bool RmtPoll () {
return false;}
const CN_PROGMEM char CN_Disabled[]
Definition ConstNames.cpp:66
Definition OutputCommon.hpp:32
OM_OutputPortDefinition_t OutputPortDefinition
Definition OutputCommon.hpp:71
Definition OutputDisabled.hpp:28
c_OutputDisabled(OM_OutputPortDefinition_t &OutputPortDefinition, c_OutputMgr::e_OutputProtocolType outputType)
Definition OutputDisabled.cpp:28
uint32_t GetNumOutputBufferChannelsServiced()
Definition OutputDisabled.hpp:46
virtual ~c_OutputDisabled()
Definition OutputDisabled.cpp:38
void GetStatus(ArduinoJson::JsonObject &jsonConfig)
Definition OutputDisabled.cpp:92
void Begin()
set up the operating environment based on the current config (or defaults)
Definition OutputDisabled.cpp:47
uint32_t Poll()
Call from loop(), renders output data.
Definition OutputDisabled.cpp:83
uint32_t GetNumOutputBufferBytesNeeded()
Definition OutputDisabled.hpp:45
bool SetConfig(ArduinoJson::JsonObject &jsonConfig)
Set a new config in the driver.
Definition OutputDisabled.cpp:64
void GetDriverName(String &sDriverName)
get the name for the instantiated driver
Definition OutputDisabled.hpp:44
void GetConfig(ArduinoJson::JsonObject &jsonConfig)
Get the current config used by the driver.
Definition OutputDisabled.cpp:74
e_OutputProtocolType
Definition OutputMgr.hpp:78
Definition OutputMgrPortDefs.hpp:90