// To update the channel baud rate info to logger HRESULT CFrameProcessor_CAN::FPC_SetChannelBaudRateDetails (SCONTROLLER_DETAILS* controllerDetails, int nNumChannels) { HRESULT hResult = S_OK; SetChannelBaudRateDetails(controllerDetails, nNumChannels); return hResult; }
// To update the channel baud rate info to logger HRESULT CFrameProcessor_J1939::FPJ1_SetChannelBaudRateDetails (SCONTROLLER_DETAILS* controllerDetails, int nNumChannels,ETYPE_BUS eBus) { HRESULT hResult = S_OK; SetChannelBaudRateDetails(controllerDetails, nNumChannels,eBus); return hResult; }