#include <pv/pvType.h>
#include <pv/noDefaultMethods.h>
#include <shareLib.h>
#include "pv/pvaVersionNum.h"
Go to the source code of this file.
#define PVACCESS_VERSION_INT VERSION_INT(EPICS_PVA_MAJOR_VERSION, EPICS_PVA_MINOR_VERSION, EPICS_PVA_MAINTENANCE_VERSION, 0) |
#define VERSION_INT |
( |
|
V, |
|
|
|
R, |
|
|
|
M, |
|
|
|
P |
|
) |
| ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P)) |
Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.
Definition at line 28 of file pvaVersion.h.