blob: ef5f70a995c6960412ae73aecdf5e7f326efadeb [file] [log] [blame]
/* ------------------------------------------------------------------
* Copyright (C) 1998-2009 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
* -------------------------------------------------------------------
*/
// ----------------------------------------------------------------------
//
// This Software is an original work of authorship of PacketVideo Corporation.
// Portions of the Software were developed in collaboration with NTT DoCoMo,
// Inc. or were derived from the public domain or materials licensed from
// third parties. Title and ownership, including all intellectual property
// rights in and to the Software shall remain with PacketVideo Corporation
// and NTT DoCoMo, Inc.
//
// -----------------------------------------------------------------------
/*****************************************************************************/
/* file name : tsc_sub.h */
/* file contents : Sub Routine Information Header */
/* draw : '96.10.09 */
/*---------------------------------------------------------------------------*/
/* amendment */
/* Copyright (C) 1996 NTT DoCoMo */
/*****************************************************************************/
#if !defined (_TSC_SUB)
#define _TSC_SUB
#include <stdio.h>
#include "h245inf.h"
#include "pvt_params.h"
/*---------------------------------------------------------------------------*/
/* Constant Definition */
/*---------------------------------------------------------------------------*/
typedef enum _parameterflag
{
NOPARA,
REJECT,
ERRCODE,
SOURCECAUSE
} ENUM_ParameterFlag;
/*---------------------------------------------------------------------------*/
/* Prototype Declare */
/*---------------------------------------------------------------------------*/
void Tsc_UserNotify(ENUM_UserOperationId UserOpId,
ENUM_ParameterFlag fParameter,
PS_ControlMsgHeader pReceiveInf);
void Tsc_SendDataSet(PS_ControlMsgHeader pInfHeader,
uint32 InfType,
uint32 InfId,
uint32 InfSupplement1,
uint32 InfSupplement2,
uint8* pParameter, uint32 Size);
void Tsc_ChoiceDataSet(uint32 TrueTarget,
uint8* pFirstTarget,
uint32 NumberTarget);
void Tsc_DescriptorFlagChange(uint32 fActDact,
uint32 TblEntryNumber,
uint32 isLocal);
void Tsc_InternalError(PS_ControlMsgHeader pReceiveInf);
#endif