YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IAudioGrabberMsgs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6// Autogenerated by Thrift Compiler (0.14.1-yarped)
7//
8// This is an automatically generated file.
9// It could get re-generated if the ALLOW_IDL_GENERATION flag is on.
10
11#ifndef YARP_THRIFT_GENERATOR_SERVICE_IAUDIOGRABBERMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_IAUDIOGRABBERMSGS_H
13
14#include <yarp/os/Wire.h>
20#include <return_getSound.h>
21#include <return_isRecording.h>
23
25 public yarp::os::Wire
26{
27public:
28 //ProtocolVersion
31 virtual bool checkProtocolVersion();
32
33 // Constructor
35
36 //Service methods
37 virtual yarp::dev::ReturnValue setHWGain_RPC(const double gain);
38
39 virtual yarp::dev::ReturnValue setSWGain_RPC(const double gain);
40
42
44
46
48
49 virtual return_getSound getSound_RPC(const size_t min_number_of_samples, const size_t max_number_of_samples, const double max_samples_timeout_s);
50
52
54
55 // help method
56 virtual std::vector<std::string> help(const std::string& functionName = "--all");
57
58 // read from ConnectionReader
59 bool read(yarp::os::ConnectionReader& connection) override;
60};
61
62#endif // YARP_THRIFT_GENERATOR_SERVICE_IAUDIOGRABBERMSGS_H
virtual return_isRecording isRecording_RPC()
virtual yarp::dev::ReturnValue setHWGain_RPC(const double gain)
virtual return_getRecordingAudioBufferMaxSize getRecordingAudioBufferMaxSize_RPC()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual return_getRecordingAudioBufferCurrentSize getRecordingAudioBufferCurrentSize_RPC()
virtual bool checkProtocolVersion()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual return_getSound getSound_RPC(const size_t min_number_of_samples, const size_t max_number_of_samples, const double max_samples_timeout_s)
virtual yarp::dev::ReturnValue startRecording_RPC()
virtual yarp::dev::ReturnValue setSWGain_RPC(const double gain)
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual yarp::dev::ReturnValue resetRecordingAudioBuffer_RPC()
virtual yarp::dev::ReturnValue stopRecording_RPC()
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18