YARP
Yet Another Robot Platform
AudioGrabberVocabs.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * All rights reserved.
4  *
5  * This software may be modified and distributed under the terms of the
6  * BSD-3-Clause license. See the accompanying LICENSE file for details.
7  */
8 
9 #ifndef YARP_DEV_AUDIOGRABBERVOCABS_H
10 #define YARP_DEV_AUDIOGRABBERVOCABS_H
11 
12 #include <yarp/os/Vocab.h>
13 
17 
18 #endif // YARP_DEV_AUDIOGRABBERVOCABS_H
yarp::os::createVocab
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
Definition: Vocab.h:22
VOCAB_AUDIO_STOP
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_STOP
Definition: AudioGrabberVocabs.h:16
VOCAB_AUDIO_START
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_START
Definition: AudioGrabberVocabs.h:15
VOCAB_AUDIO_INTERFACE
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_INTERFACE
Definition: AudioGrabberVocabs.h:14
yarp::conf::vocab32_t
std::int32_t vocab32_t
Definition: numeric.h:52
Vocab.h