Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void 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
erpcMatrixMultiply
Method · 0.80
setGetNumberFunction
Method · 0.80
getGetNumberFunction
Method · 0.80
nestedCallGetNumber
Method · 0.80
getNumberFromCore1
Method · 0.80
increaseNumber
Method · 0.80
erpcMatrixMultiply
Method · 0.80
erpcMatrixMultiply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected