Merge branch '7.0' release 7.4.0.1 into PSI-7.0
Conflicts: .gitmodules modules/database/src/ioc/db/Makefile modules/libcom/test/epicsAtomicTest.cpp modules/pvAccess modules/pvData modules/pvDatabase modules/pva2pva
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* Copyright (c) 2013 ITER Organization.
|
||||
* EPICS BASE is distributed subject to a Software License Agreement found
|
||||
* in file LICENSE that is included with this distribution.
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
/* Author: Marty Kraimer Date: 26JAN2000 */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Operator of Los Alamos National Laboratory.
|
||||
* Copyright (c) 2013 ITER Organization.
|
||||
* EPICS BASE is distributed subject to a Software License Agreement found
|
||||
* in file LICENSE that is included with this distribution.
|
||||
* in file LICENSE that is included with this distribution.
|
||||
\*************************************************************************/
|
||||
|
||||
/* Author: Marty Kraimer Date: 26JAN2000 */
|
||||
@@ -61,7 +61,7 @@ static void myCallback(epicsCallback *pCallback)
|
||||
myPvt *pmyPvt;
|
||||
|
||||
callbackGetUser(pmyPvt, pCallback);
|
||||
|
||||
|
||||
pmyPvt->pass++;
|
||||
|
||||
if (pmyPvt->pass == 1) {
|
||||
|
||||
@@ -32,7 +32,7 @@ typedef void * chid;
|
||||
typedef void * evid;
|
||||
epicsShareExtern const unsigned short dbr_value_size[];
|
||||
epicsShareExtern short epicsShareAPI ca_field_type (chid chan);
|
||||
#define MAX_UNITS_SIZE 8
|
||||
#define MAX_UNITS_SIZE 8
|
||||
|
||||
#include "dbCaPvt.h"
|
||||
#include "errlog.h"
|
||||
|
||||
@@ -459,7 +459,7 @@ static void testLinkInitFail(void)
|
||||
eltc(0);
|
||||
testOk(dbReadDatabase(&pdbbase, "dbBadLink.db", "." OSI_PATH_LIST_SEPARATOR
|
||||
".." OSI_PATH_LIST_SEPARATOR "../O.Common" OSI_PATH_LIST_SEPARATOR
|
||||
"O.Common", NULL) != 0, "dbReadDatabase returned error (expected)");
|
||||
"O.Common", NULL) != 0, "dbReadDatabase returned error (expected)");
|
||||
|
||||
testIocInitOk();
|
||||
eltc(1);
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
* Ralph Lange <Ralph.Lange@bessy.de>
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "dbAccessDefs.h"
|
||||
#include "recSup.h"
|
||||
#include "recGbl.h"
|
||||
|
||||
Reference in New Issue
Block a user