Data Item I004/000 - Message Type

Macros

#define AST_MAX_SNET_MESSAGE_TYPES   64
 Max SNET message types. More...
 
#define ast_dataitem_004_000_get_size   ast_dataitem_message_type_get_size
 Get size function. More...
 
#define ast_dataitem_004_000_decode   ast_dataitem_message_type_decode
 Decode function. More...
 
#define ast_dataitem_004_000_encode   ast_dataitem_message_type_encode
 Encode function. More...
 

Typedefs

typedef ast_dataitem_message_type_t ast_dataitem_004_000_t
 Data Item I004/000 - Message Type. More...
 

Enumerations

enum  ast_snet_message_type_t {
  AST_SNET_MESSAGE_ALIVE = 1, AST_SNET_MESSAGE_RAMLD = 2, AST_SNET_MESSAGE_RAMHD = 3, AST_SNET_MESSAGE_MSAW = 4,
  AST_SNET_MESSAGE_APW = 5, AST_SNET_MESSAGE_CLAM = 6, AST_SNET_MESSAGE_STCA = 7, AST_SNET_MESSAGE_APM = 8,
  AST_SNET_MESSAGE_ALM = 9, AST_SNET_MESSAGE_WRA = 10, AST_SNET_MESSAGE_OTA = 11, AST_SNET_MESSAGE_RDM = 12,
  AST_SNET_MESSAGE_RCM = 13, AST_SNET_MESSAGE_TSM = 14, AST_SNET_MESSAGE_UTMM = 15, AST_SNET_MESSAGE_SBOA = 16,
  AST_SNET_MESSAGE_EOC = 17, AST_SNET_MESSAGE_ACASRA = 18, AST_SNET_MESSAGE_NTCA = 19, AST_SNET_MESSAGE_DBPSM = 20,
  AST_SNET_MESSAGE_SAM = 21, AST_SNET_MESSAGE_OCAT = 22, AST_SNET_MESSAGE_VCD = 23, AST_SNET_MESSAGE_VRAM = 24,
  AST_SNET_MESSAGE_CHAM = 25, AST_SNET_MESSAGE_DSAM = 26, AST_SNET_MESSAGE_HAM = 27, AST_SNET_MESSAGE_VPM = 28,
  AST_SNET_MESSAGE_TTA = 29, AST_SNET_MESSAGE_CRA = 30, AST_SNET_MESSAGE_ASM = 31, AST_SNET_MESSAGE_IAVM = 32,
  AST_SNET_MESSAGE_FTD = 33, AST_SNET_MESSAGE_ITD = 34, AST_SNET_MESSAGE_IIA = 35, AST_SNET_MESSAGE_SQW = 36,
  AST_SNET_MESSAGE_CUW = 37, AST_SNET_MESSAGE_LTW = 97, AST_SNET_MESSAGE_HVI = 98, AST_SNET_MESSAGE_AIW = 99,
  AST_SNET_MESSAGE_MRVA = 201
}
 SNET message type. More...
 

Functions

const char * ast_snet_message_type_get_id (const ast_snet_message_type_t type)
 Get id of SNET message type. More...
 
const char * ast_snet_message_type_get_name (const ast_snet_message_type_t type)
 Get name of SNET message type. More...
 
void ast_dataitem_004_000_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di)
 Get summary function. More...
 
void ast_dataitem_004_000_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di)
 Get detail function. More...
 

Detailed Description

Macro Definition Documentation

◆ ast_dataitem_004_000_decode

#define ast_dataitem_004_000_decode   ast_dataitem_message_type_decode

Decode function.

◆ ast_dataitem_004_000_encode

#define ast_dataitem_004_000_encode   ast_dataitem_message_type_encode

Encode function.

◆ ast_dataitem_004_000_get_size

#define ast_dataitem_004_000_get_size   ast_dataitem_message_type_get_size

Get size function.

◆ AST_MAX_SNET_MESSAGE_TYPES

#define AST_MAX_SNET_MESSAGE_TYPES   64

Max SNET message types.

Typedef Documentation

◆ ast_dataitem_004_000_t

Data Item I004/000 - Message Type.

Enumeration Type Documentation

◆ ast_snet_message_type_t

SNET message type.

Enumerator
AST_SNET_MESSAGE_ALIVE 
AST_SNET_MESSAGE_RAMLD 
AST_SNET_MESSAGE_RAMHD 
AST_SNET_MESSAGE_MSAW 
AST_SNET_MESSAGE_APW 
AST_SNET_MESSAGE_CLAM 
AST_SNET_MESSAGE_STCA 
AST_SNET_MESSAGE_APM 
AST_SNET_MESSAGE_ALM 
AST_SNET_MESSAGE_WRA 
AST_SNET_MESSAGE_OTA 
AST_SNET_MESSAGE_RDM 
AST_SNET_MESSAGE_RCM 
AST_SNET_MESSAGE_TSM 
AST_SNET_MESSAGE_UTMM 
AST_SNET_MESSAGE_SBOA 
AST_SNET_MESSAGE_EOC 
AST_SNET_MESSAGE_ACASRA 
AST_SNET_MESSAGE_NTCA 
AST_SNET_MESSAGE_DBPSM 
AST_SNET_MESSAGE_SAM 
AST_SNET_MESSAGE_OCAT 
AST_SNET_MESSAGE_VCD 
AST_SNET_MESSAGE_VRAM 
AST_SNET_MESSAGE_CHAM 
AST_SNET_MESSAGE_DSAM 
AST_SNET_MESSAGE_HAM 
AST_SNET_MESSAGE_VPM 
AST_SNET_MESSAGE_TTA 
AST_SNET_MESSAGE_CRA 
AST_SNET_MESSAGE_ASM 
AST_SNET_MESSAGE_IAVM 
AST_SNET_MESSAGE_FTD 
AST_SNET_MESSAGE_ITD 
AST_SNET_MESSAGE_IIA 
AST_SNET_MESSAGE_SQW 
AST_SNET_MESSAGE_CUW 
AST_SNET_MESSAGE_LTW 
AST_SNET_MESSAGE_HVI 
AST_SNET_MESSAGE_AIW 
AST_SNET_MESSAGE_MRVA 

Function Documentation

◆ ast_dataitem_004_000_get_detail_html()

void ast_dataitem_004_000_get_detail_html ( char *  detail,
const size_t  detail_size,
const ast_dataitem_t  di 
)

Get detail function.

◆ ast_dataitem_004_000_get_summary()

void ast_dataitem_004_000_get_summary ( char *  summary,
const size_t  summary_size,
const ast_dataitem_t  di 
)

Get summary function.

◆ ast_snet_message_type_get_id()

const char* ast_snet_message_type_get_id ( const ast_snet_message_type_t  type)

Get id of SNET message type.

◆ ast_snet_message_type_get_name()

const char* ast_snet_message_type_get_name ( const ast_snet_message_type_t  type)

Get name of SNET message type.