MHEG5  15.3.0
source/asn/inc/fpa1_act.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2004 Ocean Blue Software Ltd
00004  * Copyright © 2000 Koninklijke Philips Electronics N.V
00005  *
00006  * This file is part of a DTVKit Software Component
00007  * You are permitted to copy, modify or distribute this file subject to the terms
00008  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00009  * 
00010  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00011  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00012  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00013  * 
00014  * If you or your organisation is not a member of DTVKit then you have access
00015  * to this source code outside of the terms of the licence agreement
00016  * and you are expected to delete this and any associated files immediately.
00017  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00018  *******************************************************************************/
00026 #ifndef  _FPA1_ACT_H
00027 #define  _FPA1_ACT_H
00028 
00029 /*---includes for this file--------------------------------------------------*/
00030 #include "fpa1_syn.h"
00031 
00032 /*---Constant and macro definitions for public use---------------------------*/
00033 
00034 /*---Enumerations for public use---------------------------------------------*/
00035 
00036 /*---Global type defs for public use-----------------------------------------*/
00037 
00038 /*---Global variable declarations for public use-----------------------------*/
00039 extern int addSeqCompArr[];
00040 extern int addItemSeqCompArr[];
00041 extern int appendSeqCompArr[];
00042 extern int callSeqCompArr[];
00043 extern int cloneSeqCompArr[];
00044 extern int delItemSeqCompArr[];
00045 extern int drawArcSeqCompArr[];
00046 extern int drawLineSeqCompArr[];
00047 extern int drawPolySeqCompArr[];
00048 extern int getBoxSizeSeqCompArr[];
00049 extern int getCellItemSeqCompArr[];
00050 extern int getEngSupSeqCompArr[];
00051 extern int openConnSeqCompArr[];
00052 extern int readPersistSeqCompArr[];
00053 extern int scaleBitmapSeqCompArr[];
00054 extern int sendEventSeqCompArr[];
00055 extern int setCntTrigSeqCompArr[];
00056 extern int setCurShapeSeqCompArr[];
00057 extern int setDataSeqCompArr[];
00058 extern int setFillColSeqCompArr[];
00059 extern int setFontRefSeqCompArr[];
00060 extern int setIacStatSeqCompArr[];
00061 extern int setLineColSeqCompArr[];
00062 extern int setSliderParametersSeqCompArr[];
00063 extern int setSpeedSeqCompArr[];
00064 extern int setTimerSeqCompArr[];
00065 extern int setVarSeqCompArr[];
00066 extern int testVarSeqCompArr[];
00067 extern int transToSeqCompArr[];
00068 
00069 extern int newContSizeChoiceCompArr[];
00070 
00071 
00072 extern int elemActChoiceCompArr[];
00073 extern int emulEvtDatChoiceCompArr[];
00074 extern int connTagChoiceCompArr[];
00075 extern int newColourChoiceCompArr[];
00076 extern int newContentChoiceCompArr[];
00077 extern int compValueChoiceCompArr[];
00078 extern int newFontChoiceCompArr[];
00079 
00080 extern int newRefConSeqCompArr[];
00081 extern int newTimerSeqCompArr[];
00082 extern int pointSeqCompArr[];
00083 extern int rationalSeqCompArr[];
00084 extern int paramChoiceCompArr[];
00085 
00086 /*---Global Function prototypes for public use-------------------------------*/
00087 
00088 #endif /*_FPA1_ACT_H*/
 All Data Structures Files Functions Variables Typedefs Defines