Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpPayload_Utils.h')
-rw-r--r--runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpPayload_Utils.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpPayload_Utils.h b/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpPayload_Utils.h
new file mode 100644
index 000000000..d25b6bfca
--- /dev/null
+++ b/runtime/org.eclipse.etrice.modellib.c/src-gen/room/basic/service/tcp/DTcpPayload_Utils.h
@@ -0,0 +1,29 @@
+/**
+ * @author generated by eTrice
+ *
+ * Utils File of DataClass DTcpPayload
+ *
+ */
+
+#ifndef _ROOM_BASIC_SERVICE_TCP_DTCPPAYLOAD_UTILS_H_
+#define _ROOM_BASIC_SERVICE_TCP_DTCPPAYLOAD_UTILS_H_
+
+#include "room/basic/service/tcp/DTcpPayload.h"
+
+/*
+ * access macros for operations and attributes
+*/
+
+/* operations */
+#define getMaxLength() DTcpPayload_getMaxLength(self)
+#define setAsString(value) DTcpPayload_setAsString(self, value)
+#define setData(value, size) DTcpPayload_setData(self, value, size)
+#define getAsString() DTcpPayload_getAsString(self)
+
+/* attributes */
+#define connectionId (self->connectionId)
+#define length (self->length)
+#define data (self->data)
+
+#endif /* _ROOM_BASIC_SERVICE_TCP_DTCPPAYLOAD_UTILS_H_ */
+

Back to the top