Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ sendNestedStruct
Function
sendNestedStruct
test/test_struct/test_struct_server_impl.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
int32_t sendNestedStruct(const D *d)
37
{
38
int dInt = d->c.m;
39
return dInt;
40
}
41
42
B *returnStruct(float x, float y)
43
{
Callers
2
sendNestedStruct
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected