human-sensing
faceLandmarks_IDLServer.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_faceLandmarks_IDLServer
5 #define YARP_THRIFT_GENERATOR_faceLandmarks_IDLServer
6 
7 #include <yarp/os/Wire.h>
8 #include <yarp/os/idl/WireTypes.h>
9 
11 
12 
17 class faceLandmarks_IDLServer : public yarp::os::Wire {
18 public:
26  virtual bool display(const std::string& element, const std::string& value);
31  virtual bool quit();
32  virtual bool read(yarp::os::ConnectionReader& connection) YARP_OVERRIDE;
33  virtual std::vector<std::string> help(const std::string& functionName="--all");
34 };
35 
36 #endif
virtual bool display(const std::string &element, const std::string &value)
faceLandmarks_IDLServer Interface.
virtual bool quit()
Quit the module.