Aldebaran documentation
|
C++ Libraries
|
index
libqi-api
2.8.7.4
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qi
path_conf.hpp
Go to the documentation of this file.
1
#pragma once
2
/*
3
* Copyright (c) 2012 Aldebaran Robotics. All rights reserved.
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the COPYING file.
6
*/
7
8
9
#ifndef _QI_PATH_CONF_HPP_
10
#define _QI_PATH_CONF_HPP_
11
12
#include <string>
13
#include <vector>
14
#include <
qi/api.hpp
>
15
16
namespace
qi {
17
namespace
path {
18
24
QI_API
std::vector<std::string>
parseQiPathConf
(
const
std::string &prefix);
25
26
}
// path
27
}
// qi
28
29
#endif
QI_API
#define QI_API
Definition:
api.hpp:33
api.hpp
dll import/export and compiler message
qi::path::parseQiPathConf
std::vector< std::string > parseQiPathConf(const std::string &prefix)
Copyright Aldebaran Robotics