Next: PM_CL_DSP
Up: Function Specific Structures
Previous: PM_CL_COO
  Contents
struct PM_CL_CYC
{
SRVD sd;
int Cycles;
};
This structure is used by the CL_CYC_SVC RPC call to set the number of
cycles that a ZY will integrate during one measurement.
Members:
- sd.Name
-
The name of the ZY.
- sd.Flags
-
Out: The following flag bits determine how the CL_CYC_SVC call
will execute. They are mutually exclusive:
- CL_CYC_READ
- This bit indicates that the CL_CYC_SVC call
is requesting the information from the named ZY.
- CL_CYC_SET
- This bit indicates that the CL_CYC_SVC call
is setting a new value for the number of cycles integrated in
a measurement.
In: Error word. If 0, the data member sd.ErrorMsg will
point to an error message.
- sd.ErrorMsg
-
Out: Not used.
In: If sd.Flags is set to 0, this will contain an error message.
- sd.TID
-
Out: Not used.
In: The Transaction ID of this action.
- sd.TS
-
Out: Not used.
In: The time stamp for this event.
- Cycles
-
The number of cycles that the ZY will integrate during one measurement.
See also: PM_CL_SFQ, PM_CL_IFF, CL_CYC_SVC,
CL_IFF_SVC, CL_SFQ_SVC
Next: PM_CL_DSP
Up: Function Specific Structures
Previous: PM_CL_COO
  Contents
Ramon E. Creager
2002-03-11