YARP
Yet Another Robot Platform
AudioGrabberVocabs.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 #ifndef YARP_DEV_AUDIOGRABBERVOCABS_H
7 #define YARP_DEV_AUDIOGRABBERVOCABS_H
8 
9 #include <yarp/os/Vocab.h>
10 
14 
15 #endif // YARP_DEV_AUDIOGRABBERVOCABS_H
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_STOP
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_START
constexpr yarp::conf::vocab32_t VOCAB_AUDIO_INTERFACE
std::int32_t vocab32_t
Definition: numeric.h:78
constexpr yarp::conf::vocab32_t createVocab32(char a, char b=0, char c=0, char d=0)
Create a vocab from chars.
Definition: Vocab.h:28