human-sensing
faceLandmarks
idl_dox
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
10
class
faceLandmarks_IDLServer
;
11
12
17
class
faceLandmarks_IDLServer
:
public
yarp::os::Wire {
18
public
:
19
faceLandmarks_IDLServer
();
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
faceLandmarks_IDLServer::display
virtual bool display(const std::string &element, const std::string &value)
faceLandmarks_IDLServer
faceLandmarks_IDLServer Interface.
Definition:
faceLandmarks_IDLServer.h:17
faceLandmarks_IDLServer::quit
virtual bool quit()
Quit the module.
Generated by
1.8.14