NetSim Source Code Help
Loading...
Searching...
No Matches
DSx.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  stru_802_22_Service
 
struct  stru_DSx_IE
 
struct  stru_DSA_REQ
 
struct  stru_DSA_RSP
 
struct  stru_DSD_REQ
 
struct  stru_DSD_RSP
 

Macros

#define DOWNSTREAM   0x00
 
#define UPSTREAM   0x01
 
#define DSX_IE_FIXED_SIZE   117
 

Typedefs

typedef enum service_state SERVICE_STATE
 

Enumerations

enum  service_state {
  ServiceState_Null =0 , ServiceState_Adding_remote , serviceState_Add_Failed , ServiceState_Adding_Local ,
  ServiceState_Nominal , ServiceState_Changing_Local , ServiceState_Changing_Remote , ServiceState_Deleting ,
  ServiceState_Deleted
}
 

Variables

unsigned int g_nTransactionId
 

Macro Definition Documentation

◆ DOWNSTREAM

#define DOWNSTREAM   0x00

Definition at line 16 of file DSx.h.

◆ DSX_IE_FIXED_SIZE

#define DSX_IE_FIXED_SIZE   117

Definition at line 18 of file DSx.h.

◆ UPSTREAM

#define UPSTREAM   0x01

Definition at line 17 of file DSx.h.

Typedef Documentation

◆ SERVICE_STATE

Definition at line 21 of file DSx.h.

Enumeration Type Documentation

◆ service_state

Enumerator
ServiceState_Null 
ServiceState_Adding_remote 
serviceState_Add_Failed 
ServiceState_Adding_Local 
ServiceState_Nominal 
ServiceState_Changing_Local 
ServiceState_Changing_Remote 
ServiceState_Deleting 
ServiceState_Deleted 

Definition at line 22 of file DSx.h.

Variable Documentation

◆ g_nTransactionId

unsigned int g_nTransactionId

Definition at line 19 of file DSx.h.