📄 command.h
字号:
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _Command_H_#define _Command_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <AmmRequest.h>#include <SubtractRequest.h>#include <AuditRequest.h>#include <NotifyRequest.h>#include <ServiceChangeRequest.h>#include <constr_CHOICE.h>/* Dependencies */typedef enum Command_PR { Command_PR_NOTHING, /* No components present */ Command_PR_addReq, Command_PR_moveReq, Command_PR_modReq, Command_PR_subtractReq, Command_PR_auditCapRequest, Command_PR_auditValueRequest, Command_PR_notifyReq, Command_PR_serviceChangeReq, /* Extensions may appear below */} Command_PR;/* Command */typedef struct Command { Command_PR present; union { AmmRequest_t addReq; AmmRequest_t moveReq; AmmRequest_t modReq; SubtractRequest_t subtractReq; AuditRequest_t auditCapRequest; AuditRequest_t auditValueRequest; NotifyRequest_t notifyReq; ServiceChangeRequest_t serviceChangeReq; /* * This type is extensible, * possible extensions are below. */ } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;} Command_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_Command;#ifdef __cplusplus}#endif#endif /* _Command_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -