Interface WcmControl

IDL source    Global index
interface WcmControl : Component


Operation index.

  • getData
    Gets values of the rhic wcm control device
  • getDataAndClear
    get stored data and clears data buffer @param datacount ; the size of the filled array elements @param long ; return status 0 = success 1 = failure @return WcmControlStructSeq * ; a pointer to a sequence of WcmControlStructs
  • getHistoryData
    Gets a sequence of wcmcontrol structures @param long ; return status 0 = success 1 = failure datacount ; the size of the filled array elements clearbufferflag ; 1 = clear after read 0 = readonly def = 0 @return WcmControlStructSeq * ; a pointer to a sequence of WcmControlStructs
  • ResetDataHistory
    Clears the data buffer of all stored data @param none @return void
  • Exception index.

  • NotFound
  • Operations.

  • getData

      void getData(out WcmControlStruct data);
    Gets values of the rhic wcm control device

  • getDataAndClear

      WcmControlStructSeq getDataAndClear(out long datacount,
          out long status);
    get stored data and clears data buffer @param datacount ; the size of the filled array elements @param long ; return status 0 = success 1 = failure @return WcmControlStructSeq * ; a pointer to a sequence of WcmControlStructs

  • getHistoryData

      WcmControlStructSeq getHistoryData(out long datacount,
          out long status);
    Gets a sequence of wcmcontrol structures @param long ; return status 0 = success 1 = failure datacount ; the size of the filled array elements clearbufferflag ; 1 = clear after read 0 = readonly def = 0 @return WcmControlStructSeq * ; a pointer to a sequence of WcmControlStructs

  • ResetDataHistory

      void ResetDataHistory();
    Clears the data buffer of all stored data @param none @return void

    Exceptions.

  • NotFound

      exception NotFound {
        string reason; 
      }; 
    


    Generated by Sandia idldoc 1.0.