iCub-main
Loading...
Searching...
No Matches
iDynVocabs.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2010-2011 RobotCub Consortium
3 * Author: Serena Ivaldi, Matteo Fumagalli
4 * CopyPolicy: Released under the terms of the GNU GPL v2.0.
5 *
6 */
7
8#ifndef __IDYNVOCABS_H__
9#define __IDYNVOCABS_H__
10
11#include <yarp/os/Vocab.h>
12
13#define IDYN_NEWTEUL_VOCAB_MODE_STAT yarp::os::createVocab32('s','t','a','t')
14#define IDYN_NEWTEUL_VOCAB_MODE_DYN yarp::os::createVocab32('d','y','n')
15#define IDYN_NEWTEUL_VOCAB_MODE_DYNR yarp::os::createVocab32('d','y','n','r')
16
17#endif
18
19