ClusterDuck Protocol
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CAX25ClientClient for AX25 communication
 CAX25FrameAbstraction of AX.25 frame format
 CClusterDuckExternal APIs to build and control a duck device
 CDuck
 CDuckDetect
 CDuckLink
 CMamaDuck
 CPapaDuck
 CDuckDisplayInternal OLED Display abstraction
 CDuckLedInternal on board LED abstraction
 CDuckLoraInternal LoRa chip abstraction
 CDuckNetInternal network abstraction
 CHTTPClientClient for simple HTTP communication
 CISerialInterface class for Arduino Serial. Only calls the appropriate methods for the active UART interface
 CHC05Control class for HC05 module. Most methods supported by this module are implemented in ISerial interface
 CJDY08Control class for JDY08 module. Most methods supported by this module are implemented in ISerial interface
 CXBeeSerialXBee Serial interface. This class is used for XBees in transparent mode, i.e. when two XBees act as a "wireless UART"
 CITA2StringITA2-encoded string
 CLoraConfigParamsInternal structure to hold the LoRa module configuration
 CModuleImplements all common low-level SPI/UART/I2C methods to control the wireless module. Every module class contains one private instance of this class
 CMorseClientClient for Morse Code communication. The public interface is the same as Arduino Serial
 CMQTTClientClient for simple MQTT communication
 CPacketInternal cluster duck LoRa message structure
 CPhysicalLayerProvides common interface for protocols that run on LoRa/FSK modules, such as RTTY or LoRaWAN. Also extracts some common module-independent methods. Using this interface class allows to use the protocols on various modules without much code duplicity. Because this class is used mainly as interface, all of its virtual members must be implemented in the module class
 CCC1101Control class for CC1101 module
 CnRF24Control class for nRF24 module
 CRF69Control class for RF69 module. Also serves as base class for SX1231
 CSX1231Control class for SX1231 module. Overrides some methods from RF69 due to different register values
 CSX126xBase class for SX126x series. All derived classes for SX126x (e.g. SX1262 or SX1268) inherit from this base class. This class should not be instantiated directly from Arduino sketch, only from its derived classes
 CSX1262Derived class for SX1262 modules
 CSX1261Derived class for SX1261 modules
 CSX1268Derived class for SX1268 modules
 CSX127xBase class for SX127x series. All derived classes for SX127x (e.g. SX1278 or SX1272) inherit from this base class. This class should not be instantiated directly from Arduino sketch, only from its derived classes
 CSX1272Derived class for SX1272 modules. Also used as base class for SX1273. Both modules use the same basic hardware and only differ in parameter ranges
 CSX1273Derived class for SX1273 modules. Overrides some methods from SX1272 due to different parameter ranges
 CSX1278Derived class for SX1278 modules. Also used as base class for SX1276, SX1277, SX1279, RFM95 and RFM96. All of these modules use the same basic hardware and only differ in parameter ranges (and names)
 CRFM95Derived class for RFM95 modules. Overrides some methods from SX1278 due to different parameter ranges
 CRFM97Derived class for RFM97 modules. Overrides some methods from RFM95 due to different parameter ranges
 CRFM96Derived class for RFM96 modules. Overrides some methods from SX1278 due to different parameter ranges
 CSX1276Derived class for SX1276 modules. Overrides some methods from SX1278 due to different parameter ranges
 CSX1277Derived class for SX1277 modules. Overrides some methods from SX1278 due to different parameter ranges
 CSX1279Derived class for SX1279 modules. Overrides some methods from SX1278 due to different parameter ranges
 CRadioLibrary control object when using RadioShield. Contains two pre-configured "modules", which correspond to the slots on shield
 CRFM98Only exists as alias for RFM96, since there seems to be no difference between RFM96 and RFM98 modules
 CRTTYClientClient for RTTY communication. The public interface is the same as Arduino Serial
 CTransportLayerProvides common interface for protocols that run on modules with Internet connectivity, such as HTTP or MQTT. Because this class is used mainly as interface, all of its virtual members must be implemented in the module class
 CESP8266Control class for ESP8266 module. Implements TransportLayer methods
 CXBeeControl class for XBee modules