RobotsIO
Loading...
Searching...
No Matches
Data.h
1/*
2 * Copyright (C) 2016-2019 Istituto Italiano di Tecnologia (IIT)
3 *
4 * This software may be modified and distributed under the terms of the
5 * BSD 3-Clause license. See the accompanying LICENSE file for details.
6 */
7
8#ifndef ROBOTSIO_DATA_H
9#define ROBOTSIO_DATA_H
10
11#include <RobotsIO/Utils/any.h>
12
13
14namespace RobotsIO::Utils
15{
16
17typedef RobotsIO::Utils::any Data;
18
19}
20
21#endif /* ROBOTSIO_DATA_H */