datamap
[laserbrain_demo] / src / datamap.h
diff --git a/src/datamap.h b/src/datamap.h
new file mode 100644 (file)
index 0000000..4cbc44b
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef DATAMAP_H_
+#define DATAMAP_H_
+
+void datmap_reset();
+void datmap_set_path(const char *path);
+
+bool datmap_load_map(const char *fname);
+void datmap_map(const char *re, const char *path);
+
+int datmap_lookup(const char *in, char *buf, int bsz);
+int datmap_path_size(const char *in);
+
+#endif // DATAMAP_H_