Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
Version.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
13 #include <string>
14 
29 #define POTHOS_API_VERSION 0x00040000
30 
38 #define POTHOS_ABI_VERSION "0.4-3"
39 
40 namespace Pothos {
41 namespace System {
42 
48  POTHOS_API std::string getApiVersion(void);
49 
57  POTHOS_API std::string getAbiVersion(void);
58 
65  POTHOS_API std::string getLibVersion(void);
66 
67 } //namespace System
68 } //namespace Pothos
POTHOS_API std::string getLibVersion(void)
#define POTHOS_API
Definition: Config.hpp:41
POTHOS_API std::string getApiVersion(void)
Definition: CallInterface.hpp:15
POTHOS_API std::string getAbiVersion(void)