dotXSINativeTemplateReadWrite3_6.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef DOTXSIRW_36_DEFINED
00015 #define DOTXSIRW_36_DEFINED
00016 
00017 #include "XSIParser.h"
00018 #include "dotXSIDefines.h"
00019 #include "dotXSINativeTemplateReadWrite3_5.h"
00020 
00021 
00033 SI_Error dotXSICB_ReadUserData(         CXSIParser          *i_pParser,
00034                                         CdotXSITemplate     *i_pCurrentTemplate,
00035                                         CdotXSITemplate     *i_pNewTemplate );
00036 
00045 SI_Error dotXSICB_WriteUserData(        CXSIParser          *i_pParser,
00046                                         CdotXSITemplate     *i_pCurrentTemplate,
00047                                         CdotXSITemplate     *i_pNewTemplate,
00048                                         SI_Int              i_nLevel );
00049 
00057 SI_Error dotXSICB_ReadImageData(        CXSIParser          *i_pParser,
00058                                         CdotXSITemplate     *i_pCurrentTemplate,
00059                                         CdotXSITemplate     *i_pNewTemplate );
00060 
00069 SI_Error dotXSICB_WriteImageData(       CXSIParser          *i_pParser,
00070                                         CdotXSITemplate     *i_pCurrentTemplate,
00071                                         CdotXSITemplate     *i_pNewTemplate,
00072                                         SI_Int              i_nLevel );
00073 
00074 SI_Error dotXSICB_ReadCustomParamInfo(  CXSIParser          *i_pParser,
00075                                         CdotXSITemplate     *i_pCurrentTemplate,
00076                                         CdotXSITemplate     *i_pNewTemplate );
00077 
00078 SI_Error dotXSICB_WriteCustomParamInfo( CXSIParser          *i_pParser,
00079                                         CdotXSITemplate     *i_pCurrentTemplate,
00080                                         CdotXSITemplate     *i_pNewTemplate,
00081                                         SI_Int              i_nLevel );
00082 
00084 #endif //DOTXSIRW_36_DEFINED