datamap
[laserbrain_demo] / src / datamap.h
1 #ifndef DATAMAP_H_
2 #define DATAMAP_H_
3
4 void datmap_reset();
5 void datmap_set_path(const char *path);
6
7 bool datmap_load_map(const char *fname);
8 void datmap_map(const char *re, const char *path);
9
10 int datmap_lookup(const char *in, char *buf, int bsz);
11 int datmap_path_size(const char *in);
12
13 #endif  // DATAMAP_H_