source: pacpussensors/trunk/Vislab/20150310_lib3dv-1.2.0/src/playback.h@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 1.1 KB
Line 
1#ifndef _3DV_PLAYBACK_H
2#define _3DV_PLAYBACK_H
3
4/* 3dv-client/playback.h
5 *
6 * Copyright (C) 2013 VisLab
7 *
8 * This file is part of lib3dv; you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or (at
11 * your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public License
19 * along with this program; if not, see <http://www.gnu.org/licenses/>.
20 */
21
22#include <boost/algorithm/string.hpp>
23#include <boost/format.hpp>
24#include <boost/archive/text_iarchive.hpp>
25#include <boost/archive/binary_iarchive.hpp>
26
27#include <sstream>
28#include <boost/filesystem.hpp>
29#include <lib3dv/3dv.h>
30#include <boost/thread.hpp>
31#include "display.h"
32#include "utils.h"
33#include "file.h"
34
35
36uint8_t playback(std::vector<std::string> playback_value,uint8_t log_level);
37
38
39#endif
Note: See TracBrowser for help on using the repository browser.