protgen/templates/cpartSource.tmpl
2025-05-19 20:59:15 +02:00

16 lines
375 B
Cheetah

{{- define "cpartSource" -}}
// AUTO GENERATED DO NOT EDIT!!!
#include "{{.FileName}}.h"
#include <string.h>
// Message Dispatcher
{{- block "dispatcher" .MessagesPCtoESP}} {{ end }}
//Generic Send Function
{{- block "send_function_source" .MessagesESPtoPC}} {{ end }}
// Sepzific Send Functions
{{- block "send_functions_source" .MessagesESPtoPC}} {{ end }}
{{- end -}}