how-to-document-modules
|
howToDocument_IDL IDL Interface to how-to-document-modules services. More...
#include <howToDocument_IDL.h>
Inherits Wire.
Inherited by FakeModule.
Public Member Functions | |
virtual bool | exampleService () |
This an example service that just prints a sentence. More... | |
virtual bool | read (yarp::os::ConnectionReader &connection) |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
howToDocument_IDL IDL Interface to how-to-document-modules services.
This is a fake thrift service, just to show how to structure your repo and how to document your code.
Definition at line 19 of file howToDocument_IDL.h.
|
virtual |
This an example service that just prints a sentence.
Put here meaningful information about input/output parameters.