#pragma once /** * This Header file was auto-generated by the GobotRPC-Protocol-Generator-Tool */ #include {{ "" }} {%- for h in headers %} #include {{ "\"" + h + "\"" }} {%- endfor %} int getPackageSize(uint8_t data) { switch(data) { {%- for n in rpcSizes %} case {{ prefix }}RPCNames::{{ n }}: return {{ rpcSizes[n] }}; {%- endfor %} default: return -1; } };