Aldebaran documentation
|
C++ Libraries
|
index
libalcommon
release-2.5.3-2016-11-18
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
alcommon
api.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2011, 2012 Aldebaran Robotics
3
*/
4
5
#pragma once
6
#ifndef _ALCOMMON_API_HPP_
7
#define _ALCOMMON_API_HPP_
8
9
#include <qi/macro.hpp>
10
11
#ifdef alcommon_EXPORTS
12
# define ALCOMMON_API QI_EXPORT_API
13
#else
14
# define ALCOMMON_API QI_IMPORT_API
15
#endif
16
17
#define ALCOMMON_API_LEVEL 1
18
19
#endif // _ALCOMMON_API_HPP_
20
Copyright Aldebaran Robotics