Aseba  1.5.5
productids.h
1 /*
2  Aseba - an event-based framework for distributed robot control
3  Copyright (C) 2007--2016:
4  Stephane Magnenat <stephane at magnenat dot net>
5  (http://stephane.magnenat.net)
6  and other contributors, see authors.txt for details
7 
8  This program is free software: you can redistribute it and/or modify
9  it under the terms of the GNU Lesser General Public License as published
10  by the Free Software Foundation, version 3 of the License.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU Lesser General Public License for more details.
16 
17  You should have received a copy of the GNU Lesser General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20 
21 #ifndef __ASEBA_PIDS_H
22 #define __ASEBA_PIDS_H
23 
26 
32 typedef enum
33 {
34  ASEBA_PID_UNDEFINED = 0,
35  ASEBA_PID_CHALLENGE,
36  ASEBA_PID_PLAYGROUND_EPUCK,
37  ASEBA_PID_MARXBOT,
38  ASEBA_PID_HANDBOT,
39  ASEBA_PID_EPUCK,
40  ASEBA_PID_SMARTROB,
41  ASEBA_PID_SMARTROBASL,
42  ASEBA_PID_THYMIO2
44 
46 #define ASEBA_PID_VAR_NAME "_productId"
47 
50 #endif
AsebaProductIds
List of product identifiers.
Definition: productids.h:32