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

Function sendManyInts

test/test_struct/test_struct_server_impl.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int32_t sendManyInts(const F *f)
59{
60 if (f->a == -1 && f->b == -1 && f->c == -1 && f->d == -1)
61 {
62 return 0;
63 }
64 return 1;
65}
66
67int32_t sendManyUInts(const G *g)
68{

Callers 2

sendManyIntsMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected