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

Function sendManyUInts

test/test_struct/test_struct_server_impl.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int32_t sendManyUInts(const G *g)
68{
69 if (g->a == 0xFF && g->b == 0xFFFF && g->c == 0xFFFFFFFF && g->d == 0xFFFFFFFFFFFFFFFF)
70 {
71 return 0;
72 }
73 return 1;
74}
75
76int32_t checkString(const primate *p)
77{

Callers 2

sendManyUIntsMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected