dr_43.h | dr_43.h | |||
---|---|---|---|---|
skipping to change at line 89 | skipping to change at line 89 | |||
* which contains the decoded data. | * which contains the decoded data. | |||
*/ | */ | |||
dvbpsi_sat_deliv_sys_dr_t* dvbpsi_DecodeSatDelivSysDr( | dvbpsi_sat_deliv_sys_dr_t* dvbpsi_DecodeSatDelivSysDr( | |||
dvbpsi_descriptor_t * p_descriptor) ; | dvbpsi_descriptor_t * p_descriptor) ; | |||
/************************************************************************** *** | /************************************************************************** *** | |||
* dvbpsi_GenSatDelivSysDr | * dvbpsi_GenSatDelivSysDr | |||
************************************************************************** ***/ | ************************************************************************** ***/ | |||
/*! | /*! | |||
* \fn dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr( | * \fn dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr( | |||
dvbpsi_sat_deliv_sys_dr_t * p_decoded, int b_duplic ate) | dvbpsi_sat_deliv_sys_dr_t * p_decoded, bool b_dupli cate) | |||
* \brief satellite delivery system descriptor generator. | * \brief satellite delivery system descriptor generator. | |||
* \param p_decoded pointer to a decoded satellite delivery system descript or | * \param p_decoded pointer to a decoded satellite delivery system descript or | |||
* descriptor structure | * descriptor structure | |||
* \param b_duplicate if non zero then duplicate the p_decoded structure in to | * \param b_duplicate if true then duplicate the p_decoded structure into | |||
* the descriptor | * the descriptor | |||
* \return a pointer to a new descriptor structure which contains encoded d ata. | * \return a pointer to a new descriptor structure which contains encoded d ata. | |||
*/ | */ | |||
dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr( | dvbpsi_descriptor_t * dvbpsi_GenSatDelivSysDr( | |||
dvbpsi_sat_deliv_sys_dr_t * p_decod ed, | dvbpsi_sat_deliv_sys_dr_t * p_decod ed, | |||
int b_duplicate); | bool b_duplicate); | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
}; | }; | |||
#endif | #endif | |||
#else | #else | |||
#error "Multiple inclusions of dr_43.h" | #error "Multiple inclusions of dr_43.h" | |||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |