28 #ifndef AVT_VMBAPI_CPPCOMMON_H 29 #define AVT_VMBAPI_CPPCOMMON_H 32 #if defined AVT_VMBAPI_CPP_EXPORTS // DLL exports 33 #define IMEXPORT __declspec(dllexport) 34 #elif defined AVT_VMBAPI_CPP_LIB // static LIB 37 #define IMEXPORT __declspec(dllimport) 39 #elif defined (__GNUC__) && (__GNUC__ >= 4) && defined (__ELF__) 41 #elif defined (__APPLE__) 44 #error Unknown platform, file needs adaption std::vector< EnumEntry > EnumEntryVector
std::vector< std::string > StringVector
std::vector< VmbUint64_t > Uint64Vector
std::vector< VmbUchar_t > UcharVector
std::vector< VmbInt64_t > Int64Vector