Current version of the Communicator Plug-in API. More...
Macros | |
| #define | MV_API_MAJOR 2U |
| Major API version; used to initialized MVPluginInfo_t::ApiMajor. | |
| #define | MV_API_MINOR 2U |
| Minor API version; used to initialized MVPluginInfo_t::ApiMinor. | |
| #define | MV_API_PATCH 3U |
| Patch API version; used to initialized MVPluginInfo_t::ApiPatch. | |
| #define | MV_VER_NUM_STR(S) #S |
| Function-like macro to stringify version numbers. | |
| #define | MV_API_VERSION MV_VER_NUM_STR(MV_API_MAJOR) "." MV_VER_NUM_STR(MV_API_MINOR) "." MV_VER_NUM_STR(MV_API_PATCH) |
| String literal representation of the full API version in conventional dot notation. | |
Current version of the Communicator Plug-in API.