(no commit message)
[libt2n] / example-codegen / TODO
diff --git a/example-codegen/TODO b/example-codegen/TODO
new file mode 100644 (file)
index 0000000..8fb6a7d
--- /dev/null
@@ -0,0 +1,13 @@
+multiple command groups test: howto multiplex multiple commands on one stream?
+don't multiplex but a select on multiple groups would be nice
+
+include problem:
+- i don't see a solution using gccxml
+- a simple solution would be to have a special include file containing the neccessary includes (or 2: one for the type definitions and one for the serialization)
+- another solution would be to extract the includes from the file and add them to the generated code
+both solutions only work if the include paths used during compilation of a program using the library are correct[tm]
+
+at the moment we use the second solution
+
+- perhaps generate header containing only declarations of server functions
+  (hmm this conflicts with the current include file handling)