21 lines
463 B
Cheetah
21 lines
463 B
Cheetah
{{- define "cpart" -}}
|
|
// AUTO GENERATED DO NOT EDIT!!!
|
|
|
|
#ifndef _PROTO_HEADER
|
|
#define _PROTO_HEADER
|
|
|
|
{{ block "cenum" .CenumPCTOESP }} {{ end }}
|
|
{{ block "cenum" .CenumESPTOPC }} {{ end }}
|
|
|
|
{{ block "payloads" .PayloadStructs }} {{ end }}
|
|
|
|
{{ block "union" .PayloadStructs }} {{ end }}
|
|
|
|
{{ block "handler" .MessagesPCtoESP}} {{ end }}
|
|
|
|
{{ block "dispatcher" .MessagesPCtoESP}} {{ end }}
|
|
|
|
{{ block "send_functions" .MessagesESPtoPC}} {{ end }}
|
|
#endif
|
|
{{- end -}}
|