Z-Wave Protocol Controller Reference
state_logging.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
21#ifndef STATE_LOGGING_H
22#define STATE_LOGGING_H
23
24#include "nm_state_machine.h"
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
37
44const char * nm_event_name(nm_event_t ev);
45
46
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif //STATE_LOGGING_H
zwave_network_management_state_t
States of the Network Management module.
Definition: zwave_network_management_types.h:119
const char * nm_state_name(zwave_network_management_state_t state)
Return the name string of a network management state.
Definition: state_logging.c:28
const char * nm_event_name(nm_event_t ev)
Return the name string of a network management event.
Definition: state_logging.c:57
static send_data_state_t state
Definition: zwave_crc16_transport.c:52
nm_event_t
Definition: zwave_network_management_process.h:26