X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=doc%2Findex.doc;h=61137c46d6264a5bcaaeb962b38cf4d04b411617;hp=6907478d6d1b55c0d93291e4dd74f7617093e18d;hb=fbf057c0e2323d71ac3166c768733e3be244600a;hpb=a762a4763df16c8e38afe727921273cd929709a4 diff --git a/doc/index.doc b/doc/index.doc index 6907478..61137c4 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -13,7 +13,7 @@ \par XXX: improve this paragraph: The input for the code generator is standard C++ code (in fact we use gccxml to parse the C++ code and the code generator takes the XML as input) and you mark the procedures you want to expose to other processes. (no need for an interface definition language [IDL, s.a http://en.wikipedia.org/wiki/Interface_description_languageIDL]) It then generates the client and server stubs needed. - The exported procedures can be grouped. For each group the code generator is called and generates 6 output files: group_common.hxx, group_common.cpp, group_client.hxx, group_client.cpp, group_server.hxx, group_server.cpp. The _common files are used by client and server whereas the _client files are used by the client and the _server files by the server only. + The exported procedures can be grouped. For each group the code generator is called and generates 6 output files: group_common.hxx, group_common.cpp, group_client.hxx, group_client.cpp, group_server.hxx, group_server.cpp. The _common files are used by client and server whereas the _client files are used by the client and the _server files by the server only. Each group maps to two classes (cmd_group_... and cmd_group_..._client). \par To simplify the build process a Makefile snippet is provided that allows to create a server program and a client library (including a corresponding .pc file) using the autotools easily. \section install_sec Installation