how-to-document-modules
idl_dox
howToDocument_IDL.h
1
// This is an automatically-generated file.
2
// It could get re-generated if the ALLOW_IDL_GENERATION flag is on.
3
4
#ifndef YARP_THRIFT_GENERATOR_howToDocument_IDL
5
#define YARP_THRIFT_GENERATOR_howToDocument_IDL
6
7
#include <yarp/os/Wire.h>
8
#include <yarp/os/idl/WireTypes.h>
9
10
class
howToDocument_IDL
;
11
12
19
class
howToDocument_IDL
:
public
yarp::os::Wire {
20
public
:
21
howToDocument_IDL
();
27
virtual
bool
exampleService
();
28
virtual
bool
read(yarp::os::ConnectionReader& connection);
29
virtual
std::vector<std::string> help(
const
std::string& functionName=
"--all"
);
30
};
31
32
#endif
howToDocument_IDL
howToDocument_IDL IDL Interface to how-to-document-modules services.
Definition:
howToDocument_IDL.h:19
howToDocument_IDL::exampleService
virtual bool exampleService()
This an example service that just prints a sentence.
Generated by
1.8.17