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

Method callErrorHandler

erpc_c/infra/erpc_client_manager.cpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void ClientManager::callErrorHandler(erpc_status_t err, uint32_t functionID)
219{
220 if (m_errorHandler != NULL)
221 {
222 m_errorHandler(err, functionID);
223 }
224}

Callers 8

erpcMatrixMultiplyMethod · 0.80
setGetNumberFunctionMethod · 0.80
getGetNumberFunctionMethod · 0.80
nestedCallGetNumberMethod · 0.80
getNumberFromCore1Method · 0.80
increaseNumberMethod · 0.80
erpcMatrixMultiplyMethod · 0.80
erpcMatrixMultiplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected