MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / getCodecType

Method getCodecType

erpcgen/src/InterfaceDefinition.hpp:153–153  ·  view source on GitHub ↗

! * @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. */

Source from the content-addressed store, hash-verified

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.

Callers 2

GeneratorMethod · 0.80
getEncodeDecodeCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected