Loom
|
This is the complete list of members for Loom_LoRa, including all inherited members.
active | LoomModule | protected |
add_config(JsonObject json) override | Loom_LoRa | virtual |
add_packet_result(const bool did_drop) | LoomCommPlat | protected |
address | Loom_LoRa | protected |
broadcast(JsonObject json) | LoomCommPlat | inline |
broadcast() | LoomCommPlat | |
broadcast_batch(int delay_time) | LoomCommPlat | |
broadcast_impl(JsonObject json) | LoomCommPlat | inlineprotectedvirtual |
category() const | LoomModule | |
Category enum name | LoomModule | |
determine_json_size(JsonObject json) | LoomCommPlat | |
device_manager | LoomModule | protected |
dispatch(JsonObject json) | LoomModule | inlinevirtual |
driver | Loom_LoRa | protected |
enum_category_string(const Category c) | LoomModule | static |
enum_verbosity_string(const Verbosity v) | LoomModule | static |
get_active() const | LoomModule | inline |
get_address() const override | Loom_LoRa | inlinevirtual |
get_device_manager() const | LoomModule | inline |
get_drop_rate() const | LoomCommPlat | |
get_last_ten_drop_rate() const | LoomCommPlat | |
get_module_name(char *buf) const | LoomModule | |
get_module_name() const | LoomModule | inline |
get_module_type() const | LoomModule | inline |
get_package_verbosity() const | LoomModule | inline |
get_print_verbosity() const | LoomModule | inline |
json_to_msgpack_buffer(JsonObjectConst json, char *buffer, const uint16_t max_len) const | LoomCommPlat | protected |
last_ten_dropped | LoomCommPlat | protected |
last_ten_dropped_idx | LoomCommPlat | protected |
link_device_manager(LoomManager *LM) | LoomModule | virtual |
Loom_LoRa(LoomManager *device_manager, const uint16_t max_message_len=RH_RF95_MAX_MESSAGE_LEN, const uint8_t address=0, const uint8_t power_level=23, const uint8_t retry_count=3, const uint16_t retry_timeout=200) | Loom_LoRa | |
Loom_LoRa(LoomManager *device_manager, JsonArrayConst p) | Loom_LoRa | |
LoomCommPlat(LoomManager *manager, const char *module_name, const LoomModule::Type module_type, const uint16_t max_message_len) | LoomCommPlat | |
LoomModule(LoomManager *manager, const char *module_name="Unknown", const Type module_type=Type::Unknown) | LoomModule | |
manager | Loom_LoRa | protected |
max_message_len | LoomCommPlat | protected |
merge_json(JsonObject json, const uint8_t loop) | LoomCommPlat | |
mergeJson | LoomCommPlat | protected |
messageJson | LoomCommPlat | protected |
module_name | LoomModule | protected |
module_name_base | LoomModule | protected |
module_type | LoomModule | protected |
msgpack_buffer_to_json(const char *buffer, JsonObject json) | LoomCommPlat | protected |
package(JsonObject json) override | LoomCommPlat | inlinevirtual |
package_verbosity | LoomModule | protected |
power_down() override | Loom_LoRa | virtual |
power_level | Loom_LoRa | protected |
power_up() override | Loom_LoRa | virtual |
pre_merge_receive_blocking(JsonObject json) | LoomCommPlat | |
print_config() const override | Loom_LoRa | virtual |
print_module_label() const | LoomModule | protected |
print_state() const override | LoomCommPlat | virtual |
print_verbosity | LoomModule | protected |
receive(JsonObject json) | LoomCommPlat | inline |
receive() | LoomCommPlat | |
receive_batch() | LoomCommPlat | inline |
receive_batch_blocking(uint max_wait_time) | LoomCommPlat | |
receive_blocking(JsonObject json, uint max_wait_time) | LoomCommPlat | |
receive_blocking(const uint max_wait_time) | LoomCommPlat | |
receive_blocking_impl(JsonObject json, uint max_wait_time) override | Loom_LoRa | protectedvirtual |
receive_blocking_raw(uint8_t *dest, const uint8_t maxlen, const uint max_wait_time) | Loom_LoRa | |
retry_count | Loom_LoRa | protected |
retry_timeout | Loom_LoRa | protected |
second_stage_ctor() | LoomModule | inlinevirtual |
send(JsonObject json, const uint8_t destination) | LoomCommPlat | |
send(const uint8_t destination) | LoomCommPlat | |
send_batch(const uint8_t destination, int delay_time) | LoomCommPlat | |
send_impl(JsonObject json, const uint8_t destination) override | Loom_LoRa | protectedvirtual |
send_raw(uint8_t *bytes, const uint8_t len, const uint8_t destination) | Loom_LoRa | |
set_active(const bool enable) | LoomModule | inline |
set_address(const uint8_t addr) override | Loom_LoRa | virtual |
set_package_verbosity(const Verbosity v) | LoomModule | |
set_print_verbosity(const Verbosity v) | LoomModule | |
signal_strength | LoomCommPlat | protected |
split_send(JsonObject json, const uint8_t destination, const uint8_t index) | LoomCommPlat | |
split_send_notification(JsonObject json, const uint8_t destination) | LoomCommPlat | |
total_drop_count | LoomCommPlat | protected |
total_packet_count | LoomCommPlat | protected |
Type enum name | LoomModule | |
~Loom_LoRa()=default | Loom_LoRa | |
~LoomCommPlat()=default | LoomCommPlat | virtual |
~LoomModule()=default | LoomModule | virtual |