observedevent.h
来自「H.248协议编解码协议栈」· C头文件 代码 · 共 59 行
H
59 行
/* * Generated by asn1c-0.9.16 (http://lionet.info/asn1c) * From ASN.1 module "MEDIA-GATEWAY-CONTROL" * found in "h248_2.asn" */#ifndef _ObservedEvent_H_#define _ObservedEvent_H_#ifdef __cplusplusextern "C" {#endif#include <asn_application.h>/* Including external dependencies */#include <EventName.h>#include <StreamID.h>#include <asn_SEQUENCE_OF.h>#include <constr_SEQUENCE_OF.h>#include <constr_SEQUENCE.h>/* Forward declarations */struct TimeNotation;struct EventParameter;/* ObservedEvent */typedef struct ObservedEvent { EventName_t eventName; StreamID_t *streamID /* OPTIONAL */; struct eventParList { A_SEQUENCE_OF(struct EventParameter) list; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } eventParList; struct TimeNotation *timeNotation /* OPTIONAL */; /* * This type is extensible, * possible extensions are below. */ /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx;} ObservedEvent_t;/* Implementation */extern asn_TYPE_descriptor_t asn_DEF_ObservedEvent;/* Referred external types */#include <TimeNotation.h>#include <EventParameter.h>#ifdef __cplusplus}#endif#endif /* _ObservedEvent_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?