Friendly LWM2M client
ConnectivityMonitoring.cpp File Reference
#include "o_4_connectivity_monitoring/ConnectivityMonitoring.h"
#include "Resource.h"
#include "ItemOp.h"
#include "WppTypes.h"
#include "WppLogs.h"
#include "WppClient.h"
+ Include dependency graph for ConnectivityMonitoring.cpp:

Go to the source code of this file.

Namespaces

 wpp
 The WppConnection class represents a connection interface for the Wpp library.
 

Macros

#define NTWRK_BRR_MIN   0
 
#define NTWRK_BRR_MAX   50
 
#define AVLB_NTWRK_BRR_MIN   0
 
#define AVLB_NTWRK_BRR_MAX   50
 
#define LINK_QUALITY_IEEE_802_15_4_MIN   0
 
#define LINK_QUALITY_IEEE_802_15_4_MAX   255
 
#define LINK_QUALITY_GSM_MIN   0
 
#define LINK_QUALITY_GSM_MAX   7
 
#define CELL_ID_GSM_MIN   0
 
#define CELL_ID_GSM_MAX   65535
 
#define CELL_ID_WCDMA_MIN   0
 
#define CELL_ID_WCDMA_MAX   268435455
 
#define TAG   "ConnectivityMonitoring"
 

Macro Definition Documentation

◆ AVLB_NTWRK_BRR_MAX

#define AVLB_NTWRK_BRR_MAX   50

Definition at line 19 of file ConnectivityMonitoring.cpp.

◆ AVLB_NTWRK_BRR_MIN

#define AVLB_NTWRK_BRR_MIN   0

Definition at line 18 of file ConnectivityMonitoring.cpp.

◆ CELL_ID_GSM_MAX

#define CELL_ID_GSM_MAX   65535

Definition at line 29 of file ConnectivityMonitoring.cpp.

◆ CELL_ID_GSM_MIN

#define CELL_ID_GSM_MIN   0

Definition at line 28 of file ConnectivityMonitoring.cpp.

◆ CELL_ID_WCDMA_MAX

#define CELL_ID_WCDMA_MAX   268435455

Definition at line 31 of file ConnectivityMonitoring.cpp.

◆ CELL_ID_WCDMA_MIN

#define CELL_ID_WCDMA_MIN   0

Definition at line 30 of file ConnectivityMonitoring.cpp.

◆ LINK_QUALITY_GSM_MAX

#define LINK_QUALITY_GSM_MAX   7

Definition at line 23 of file ConnectivityMonitoring.cpp.

◆ LINK_QUALITY_GSM_MIN

#define LINK_QUALITY_GSM_MIN   0

Definition at line 22 of file ConnectivityMonitoring.cpp.

◆ LINK_QUALITY_IEEE_802_15_4_MAX

#define LINK_QUALITY_IEEE_802_15_4_MAX   255

Definition at line 21 of file ConnectivityMonitoring.cpp.

◆ LINK_QUALITY_IEEE_802_15_4_MIN

#define LINK_QUALITY_IEEE_802_15_4_MIN   0

Definition at line 20 of file ConnectivityMonitoring.cpp.

◆ NTWRK_BRR_MAX

#define NTWRK_BRR_MAX   50

Definition at line 17 of file ConnectivityMonitoring.cpp.

◆ NTWRK_BRR_MIN

#define NTWRK_BRR_MIN   0

Definition at line 16 of file ConnectivityMonitoring.cpp.

◆ TAG

#define TAG   "ConnectivityMonitoring"

Definition at line 42 of file ConnectivityMonitoring.cpp.