MCPcopy 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
36int32_t sendNestedStruct(const D *d)
37{
38 int dInt = d->c.m;
39 return dInt;
40}
41
42B *returnStruct(float x, float y)
43{

Callers 2

sendNestedStructMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected