MHEG5  15.3.0
include/mheg5_nvm.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
00003  * Copyright © 2010 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  *******************************************************************************/
00030 #ifndef _MHEG5_NVM_H
00031 #define _MHEG5_NVM_H
00032 
00033 /*---includes for this file--------------------------------------------------*/
00034 
00035 #include "techtype.h"
00036 #include "dvblocator.h"
00037 #include "mherrors.h"
00038 
00039 /*---Constant and macro definitions for public use---------------------------*/
00040 
00041 /*---Enumerations for public use---------------------------------------------*/
00042 
00043 /*---Global type defs for public use-----------------------------------------*/
00044 
00045 /*---Global variable declarations for public use-----------------------------*/
00046 
00047 #if defined(INCLUDE_NVM) || defined(INCLUDE_DSM_FG)
00048 
00056 E_MhegErr MHEG5_ExecuteFactoryReset(void);
00057 #endif
00058 
00059 #ifdef INCLUDE_TPS
00060 
00067 E_MhegErr MHEG5_NotifyNvmFilesChanged(void);
00068 
00069 /*The following 5 functions provide optional functionality (getting/setting status and
00070    listing and deleting files). These are not tested by the DTG.
00071  */
00072 
00079 E_MhegErr MHEG5_GetTPSStatus(BOOLEAN *enabled);
00080 
00088 E_MhegErr MHEG5_EnableTPS(BOOLEAN enabled);
00089 
00090 
00100 E_MhegErr MHEG5_GetTPSServices(U16BIT *service_count, S_DVB_LOCATOR **list_start);
00101 
00108 E_MhegErr MHEG5_AckTPSServiceList(void);
00109 
00110 
00118 E_MhegErr MHEG5_RemoveTPSFile( S_DVB_LOCATOR *service);
00119 #endif /*INCLUDE_TPS*/
00120 
00121 
00122 #ifdef INCLUDE_FREESAT
00123 
00138 E_MhegErr MHEG5_NotifyStorageChanged(U16BIT identifier, BOOLEAN groupNotService,
00139    U8BIT blockSize, U8BIT blocks);
00140 
00141 #endif
00142 
00143 #endif /*_PM_NVM_H*/
 All Data Structures Files Functions Variables Typedefs Defines