aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/module_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/libhicnctrl/src/module_object.h')
-rw-r--r--ctrl/libhicnctrl/src/module_object.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/src/module_object.h b/ctrl/libhicnctrl/src/module_object.h
new file mode 100644
index 000000000..5081aa715
--- /dev/null
+++ b/ctrl/libhicnctrl/src/module_object.h
@@ -0,0 +1,10 @@
+#ifndef HICNCTRL_MODULES_OBJECT_H
+#define HICNCTRL_MODULES_OBJECT_H
+
+ssize_t hc_object_serialize(hc_action_t action, hc_object_type_t object_type,
+ hc_object_t *object, hc_msg_t *msg);
+
+int hc_object_parse(hc_object_type_t object_type, uint8_t *buffer,
+ hc_object_t *object);
+
+#endif /* HICNCTRL_MODULES_OBJECT_H */