⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rvmegacotermevent.h

📁 h.248协议源码
💻 H
字号:
/******************************************************************************
Filename   : rvmegacotermevent.h
Description: Event-processing MEGACO Termination Functions
******************************************************************************
                Copyright (c) 1999 RADVision Inc.
************************************************************************
NOTICE:
This document contains information that is proprietary to RADVision LTD.
No part of this publication may be reproduced in any form whatsoever 
without written prior approval by RADVision LTD..

RADVision LTD. reserves the right to revise this publication and make 
changes without obligation to notify any person of such revisions or 
changes.
******************************************************************************
$Revision:$
$Date:11.15.00$
$Author: D.Elbert$
******************************************************************************/
#ifndef RV_MEGACOTERMEVENT_H
#define RV_MEGACOTERMEVENT_H

#include "rvmegacoterm.h"

#define RV_MDMTERMEVENT_IGNORE			-1	 /* digitmap event is to be ignored*/
#define RV_MDMTERMEVENT_NOTFOUND		0	 /* digitmap event could not be translated */	

RvBool rvMegacoTermProcessObsEvent(RvMdmTerm* mdmTerm,const char* pkg,const char* id,
						  RvMdmMediaStream* media,RvMegacoParameterList * args);

void  rvMegacoDigitMapBuildDDEvComplete(RvMegacoParameterList *parameters,
										const char * digitString,
										RvMegacoDigitMapMatchType matchType,
										void* userData);
char rvMegacoDigitMapTranslateDDEvent(const char * eventName, const RvMegacoParameterList* args);

void rvMegacoTermDigitMapTimerProcess(RvMegacoTerm * x);

void rvMegacoTermProcessEvents(RvMegacoTerm * x,const RvMegacoEventsDescriptor * eventsDescr,RvMegacoCommandReply * commReply);
void rvMegacoTermProcessEventBuffer(RvMegacoTerm * x,const RvMegacoEventBufferDescriptor * eventBufferDescr,RvMegacoCommandReply * commReply);

void rvMegacoTermSetLockStep(RvMegacoTerm * x,RvBool newMode);

RvBool rvMegacoTermQueueObsEvent(RvMdmTerm* mdmTerm,const char* pkg,const char* id,
						  RvMdmMediaStream* media,RvMegacoParameterList * args);

void rvMegacoTermProcessBlockedEvent(RvMegacoTerm* x);
void rvMegacoTermPostEvent(RvTimer* t,void* data) ;

void rvMegacoTermProcessEventQueue(RvThread* t,void * data);

/* Use for audit */
void rvMegTermEventPushAuditDMEventCompletion(RvMegacoTerm * x);
void rvMegTermEventPopAuditDMEventCompletion(RvMegacoTerm * x);


#endif /* RV_MEGTERMEVENT_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -