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>
19#include <return_getSound.h>
20#include <return_isRecording.h>
21
23 public yarp::os::Wire
24{
25public:
26 // Constructor
28
29 virtual bool setHWGain_RPC(const double gain);
30
31 virtual bool setSWGain_RPC(const double gain);
32
33 virtual bool resetRecordingAudioBuffer_RPC();
34
35 virtual bool startRecording_RPC();
36
37 virtual bool stopRecording_RPC();
38
40
41 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);
42
44
46
47 // help method
48 virtual std::vector<std::string> help(const std::string& functionName = "--all");
49
50 // read from ConnectionReader
51 bool read(yarp::os::ConnectionReader& connection) override;
52};
53
54#endif // YARP_THRIFT_GENERATOR_SERVICE_IAUDIOGRABBERMSGS_H
virtual return_isRecording isRecording_RPC()
virtual return_getRecordingAudioBufferMaxSize getRecordingAudioBufferMaxSize_RPC()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual bool resetRecordingAudioBuffer_RPC()
virtual return_getRecordingAudioBufferCurrentSize getRecordingAudioBufferCurrentSize_RPC()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool setHWGain_RPC(const double gain)
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 bool stopRecording_RPC()
virtual bool startRecording_RPC()
virtual bool setSWGain_RPC(const double gain)
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18