SDDS ToolKit Programs and Libraries for C and Python
|
Helper Functions used by cavget and cavput.
This file contains routines for creating PV (Process Variable) names through multiplication of string lists or numeric ranges.
Definition in file pvMultList.h.
Go to the source code of this file.
Functions | |
void | multiplyWithList (PV_VALUE **PVvalue, long *PVvalues, TERM_LIST *List, long listEntries) |
void | multiplyWithRange (PV_VALUE **PVvalue, long *PVvalues, long begin, long end, long interval, char *format) |
Definition at line 27 of file pvMultList.c.
void multiplyWithRange | ( | PV_VALUE ** | PVvalue, |
long * | PVvalues, | ||
long | begin, | ||
long | end, | ||
long | interval, | ||
char * | format ) |
Definition at line 67 of file pvMultList.c.