! * @brief This function returns used codec type in eRPC application. * * This information can bring more optimized code into generated output files. * * @retval kNotSpecified No optimization. * @retval kBasicCodec BasicCodec type optimization. */
| 151 | * @retval kBasicCodec BasicCodec type optimization. |
| 152 | */ |
| 153 | codec_t getCodecType() { return m_codec; } |
| 154 | |
| 155 | /*! |
| 156 | * @brief This function returns crc16 of all used IDL files. |
no outgoing calls
no test coverage detected