3 #include <epicsExport.h> 8 static const iocshArg vmecsrprintArg0 = {
"slot (1-31)",iocshArgInt};
9 static const iocshArg vmecsrprintArg1 = {
"verbosity (>=0)",iocshArgInt};
10 static const iocshArg *
const vmecsrprintArgs[2] =
11 {&vmecsrprintArg0,&vmecsrprintArg1};
12 static const iocshFuncDef vmecsrprintFuncDef =
13 {
"vmecsrprint",2,vmecsrprintArgs};
16 void vmecsrprintCall(
const iocshArgBuf *arg)
22 static const iocshArg vmecsrdumpArg0 = {
"verbosity (>=0)",iocshArgInt};
23 static const iocshArg *
const vmecsrdumpArgs[1] =
25 static const iocshFuncDef vmecsrdumpFuncDef =
26 {
"vmecsrdump",1,vmecsrdumpArgs};
29 void vmecsrdumpCall(
const iocshArgBuf *arg)
37 iocshRegister(&vmecsrprintFuncDef,vmecsrprintCall);
38 iocshRegister(&vmecsrdumpFuncDef,vmecsrdumpCall);
void vmecsrprint(int N, int v)
Decode contents of CSR/CR and print to screen.
epicsExportRegistrar(vmecsr)
void vmecsrdump(int v)
Decode contents of CSR/CR for all cards and print to screen.