rvmegacotermdigitmap.h
来自「h.248协议源码」· C头文件 代码 · 共 61 行
H
61 行
/******************************************************************************
Filename : rvmegacotermdigitmap.h
Description: Structures and functions to save digitmap information
******************************************************************************
Copyright (c) 2001 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:1.9.01$
$Author: D.Elbert$
******************************************************************************/
#ifndef RV_MEGACOTERMDIGITMAP_H
#define RV_MEGACOTERMDIGITMAP_H
#include "rvalloc.h"
#include "rvstring.h"
#include "rvwildcard.h"
#include "rvmap.h"
#include "rvmutex.h"
#include "rvmegacoobjects.h"
#include "rvmdm.h"
#include "rvmegacotermmgr.h"
rvDeclareMap(RvIString,RvMegacoDigitMap)
typedef struct RvMegacoDigitMapDB_ {
RvMap(RvIString,RvMegacoDigitMap) maps;
RvMutex mutex;
} RvMegacoDigitMapDB;
void rvMegacoDigitMapDBConstruct(RvMegacoDigitMapDB* db,RvAlloc* alloc);
void rvMegacoDigitMapDBDestruct(RvMegacoDigitMapDB* db);
void rvMegacoDigitMapDBCopy(RvMegacoDigitMapDB* dest,const RvMegacoDigitMapDB* src);
/* Process the digitmap descriptor */
void rvMegacoTermProcessDigitMap(struct RvMegacoTerm_ * x,
const RvMegacoDigitMapDescriptor * digitMapDescr,
RvMegacoCommandReply * commReply);
/* Process a digitMap parameter in a requested event */
RvBool rvMegacoTermProcessDigitMapParameter(struct RvMegacoTerm_ * x,
const RvMegacoRequestedEvent* reqEvent,
RvMegacoCommandReply * commReply);
void rvMegacoTermDeactivateDigitMap(struct RvMegacoTerm_ * x);
void rvMegacoTermDigitMapTimerRestart(struct RvMegacoTerm_* x,RvMilliseconds time);
void rvMegacoTermDigitMapTimerConstruct(struct RvMegacoTerm_* x);
void rvMegacoTermDigitMapTimerDestruct(struct RvMegacoTerm_* x);
#endif /*RV_MEGTERMDIGITMAP_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?