DVBCore  1.0
Open source DVB engine
dvb/inc/ap_ci.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2011 Ocean Blue Software Ltd
00004  *
00005  * This file is part of a DTVKit Software Component
00006  * You are permitted to copy, modify or distribute this file subject to the terms
00007  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
00008  * 
00009  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
00010  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
00011  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
00012  * 
00013  * If you or your organisation is not a member of DTVKit then you have access
00014  * to this source code outside of the terms of the licence agreement
00015  * and you are expected to delete this and any associated files immediately.
00016  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
00017  *******************************************************************************/
00025 // pre-processor mechanism so multiple inclusions don't cause compilation error
00026 #ifndef _AP_CI_H
00027 #define _AP_CI_H
00028 
00029 //---Constant and macro definitions for public use-----------------------------
00030 
00031 
00032 //---Enumerations for public use-----------------------------------------------
00033 
00034 
00035 //---Global type defs for public use-------------------------------------------
00036 
00037 //---Global Function prototypes for public use---------------------------------
00038 
00043 U8BIT ACI_GetCamUpgradeMode(void);
00044 
00049 void ACI_SetCamUpgradeMode(U8BIT upgrade_mode);
00050 
00055 U8BIT ACI_GetOperatorSearchMode(void);
00056 
00063 void ACI_SetOperatorSearchMode(U8BIT search_mode);
00064 
00070 void ACI_OperatorSearchRequired(U32BIT module, BOOLEAN required);
00071 
00079 void ACI_ScheduleOperatorSearch(U32BIT module, U16BIT date, U8BIT hour, U8BIT min);
00080 
00085 BOOLEAN ACI_IsOperatorSearchRequired(void);
00086 
00091 U32BIT ACI_GetOperatorSearchModule(void);
00092 
00099 BOOLEAN ACI_GetFirstOperatorSearchModule(U32BIT *module);
00100 
00110 BOOLEAN ACI_GetFirstScheduledOperatorSearch(U32BIT *module, U16BIT *date, U8BIT *hours, U8BIT *mins);
00111 
00117 BOOLEAN ACI_StartOperatorSearchForModule(U32BIT module);
00118 
00123 void ACI_OperatorSearchFinished(void);
00124 
00132 BOOLEAN ACI_AcquireCISlot(U8BIT path, void *s_ptr);
00133 
00140 void ACI_AcquireCISlotForRecording(U8BIT path, void *s_ptr);
00141 
00147 U8BIT ACI_FindCISlotForService(void *serv_ptr);
00148 
00154 S32BIT ACI_ReadPinForSlot(U8BIT slot_id);
00155 
00164 BOOLEAN ACI_WritePinForSlot(U8BIT slot_id, S32BIT pin);
00165 
00166 
00167 //---Global Function prototypes for internal use---------------------------------
00174 BOOLEAN ACI_HandlePrivateTimer(U32BIT timer_handle);
00175 
00180 BOOLEAN ACI_SetSecureRouting(U8BIT path);
00181 
00186 void ACI_CISlotStatusChanged(U8BIT slot_id);
00187 
00192 void ACI_UsageRulesStatusChanged(U8BIT path);
00193 
00197 void ACI_ContentControlKeysChanged(void);
00198 
00203 void ACI_ProgramMapTableChanged(U8BIT *pmt);
00204 
00209 void ACI_ApplyCCKeys(U8BIT slot_id);
00210 
00217 BOOLEAN ACI_IsTrustedPath(U8BIT path);
00218 
00225 void ACI_RecordLicenceChanged(U8BIT path, U8BIT slot_id);
00226 
00232 void ACI_PlaybackLicenceChanged(U8BIT slot_id);
00233 
00240 void ACI_RecordPin(U8BIT path, U8BIT slot_id);
00241 
00242 #endif
 All Data Structures Files Functions Typedefs Defines