Z-Wave Protocol Controller Reference
network_monitor_span_persistence.c File Reference
#include "network_monitor.h"
#include "network_monitor_span_persistence.h"
#include "attribute_store.h"
#include "attribute_store_helper.h"
#include "sl_log.h"
#include "zpc_attribute_store.h"
#include "zpc_attribute_store_network_helper.h"
#include "attribute_store_defined_attribute_types.h"
#include "zwave_s2_nonce_management.h"
#include "zwave_tx_groups.h"
#include "zwave_network_management.h"
Include dependency graph for network_monitor_span_persistence.c:

Macros

#define LOG_TAG   "network_monitor_span_persistence"
 

Functions

void network_monitor_store_span_table_data ()
 Saves all the SPAN data from Z-Wave S2 in the Attribute Store. More...
 
void network_monitor_restore_span_table_data ()
 Restores all the SPAN data to Z-Wave S2 from the Attribute Store. More...
 
static void store_group_membership (zwave_multicast_group_id_t group_id)
 Saves a Multicast Group under each nodeID that are part of that group. More...
 
void network_monitor_store_mpan_table_data ()
 Saves all the MPAN data owned by the ZPC from Z-Wave S2 in the Attribute Store. More...
 
void network_monitor_restore_mpan_table_data ()
 Restores all the MPAN data owned by the ZPC to Z-Wave S2 from the Attribute Store. More...
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "network_monitor_span_persistence"

Function Documentation

◆ store_group_membership()

static void store_group_membership ( zwave_multicast_group_id_t  group_id)
static

Saves a Multicast Group under each nodeID that are part of that group.

Parameters
group_idthe Group ID to save.
Here is the call graph for this function:
Here is the caller graph for this function: