X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FTODO;fp=example-codegen%2FTODO;h=8fb6a7da55ecf9625391d573d9429dd0e70da679;hp=0000000000000000000000000000000000000000;hb=22c93e2cd435ba875778fedef9b11181dd6383d1;hpb=a96ab6288873059274d783980f70899e24bb46ce diff --git a/example-codegen/TODO b/example-codegen/TODO new file mode 100644 index 0000000..8fb6a7d --- /dev/null +++ b/example-codegen/TODO @@ -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)