Fixed indentation in epicsadapater.c
Corrected a header file include in zebraswap.c
This commit is contained in:
@ -386,7 +386,7 @@ static void EpicsWriteFunc(void *param)
|
|||||||
free(wp);
|
free(wp);
|
||||||
free(pv);
|
free(pv);
|
||||||
ca_clear_channel(cid);
|
ca_clear_channel(cid);
|
||||||
ca_context_destroy();
|
/* ca_context_destroy(); */
|
||||||
}
|
}
|
||||||
/*----------------------------------------------------------------------------------------------*/
|
/*----------------------------------------------------------------------------------------------*/
|
||||||
static hdbCallbackReturn EPICSWriteCallback(pHdb currentNode,
|
static hdbCallbackReturn EPICSWriteCallback(pHdb currentNode,
|
||||||
@ -410,7 +410,7 @@ static hdbCallbackReturn EPICSWriteCallback(pHdb currentNode,
|
|||||||
strncpy(par->pvName,(char *)userData,sizeof(par->pvName));
|
strncpy(par->pvName,(char *)userData,sizeof(par->pvName));
|
||||||
epicsThreadCreate("Write",
|
epicsThreadCreate("Write",
|
||||||
epicsThreadPriorityHigh,
|
epicsThreadPriorityHigh,
|
||||||
epicsThreadStackSmall,
|
epicsThreadStackMedium,
|
||||||
EpicsWriteFunc,
|
EpicsWriteFunc,
|
||||||
par);
|
par);
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ Mark Koennecke, December 2016
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sics.h>
|
#include <sics.h>
|
||||||
#include <histmem.h>
|
#include <HistMem.h>
|
||||||
#include <sicshipadaba.h>
|
#include <sicshipadaba.h>
|
||||||
|
|
||||||
/*---------------------------------------------------------------*/
|
/*---------------------------------------------------------------*/
|
||||||
|
Reference in New Issue
Block a user