Pothos  0.3.0-ga8f2d4e2
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Version.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <string>
14 
18 #define POTHOS_ABI_VERSION "0.3-2"
19 
20 namespace Pothos {
21 namespace System {
22 
26  POTHOS_API std::string getApiVersion(void);
27 
34  POTHOS_API std::string getAbiVersion(void);
35 
36 } //namespace System
37 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
POTHOS_API std::string getApiVersion(void)
POTHOS_API std::string getAbiVersion(void)