(file) Return to CIM_AssociatedSupplyCurrentSensor.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

Diff for /pegasus/Schemas/CIM231/DMTF/Device/CIM_AssociatedSupplyCurrentSensor.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:06 version 1.1.2.2, 2012/02/15 17:46:20
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
   // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
   // qualifier values to CIM Schema.</change>
   // ==================================================================
   //  CIM_AssociatedSupplyCurrentSensor
   // ==================================================================
      [Association, Deprecated { "CIM_AssociatedSensor" },
       Version ( "2.8.0" ),
       UMLPackagePath ( "CIM::Device::Sensors" ),
       Description (
          "The use of this association is being deprecated in lieu of "
          "using AssociatedSensor, since the use of the referenced class "
          "CurrentSensor is deprecated. \n"
          "A PowerSupply may have an associated CurrentSensor, monitoring "
          "its input frequency. This is described by this association." )]
   class CIM_AssociatedSupplyCurrentSensor : CIM_AssociatedSensor {
   
         [Deprecated { "CIM_AssociatedSensor.Antecedent" },
          Override ( "Antecedent" ),
          Description ( "The CurrentSensor." )]
      CIM_CurrentSensor REF Antecedent;
   
         [Deprecated { "CIM_AssociatedSensor.Dependent" },
          Override ( "Dependent" ),
          Description (
             "The PowerSupply associated with the CurrentSensor." )]
      CIM_PowerSupply REF Dependent;
   
         [Deprecated { "No Value" },
          Description (
             "Indicates the PowerSupply\'s input frequency range "
             "measured by the associated sensor. Range 1, 2 or both "
             "can be specified using the values 2, 3 or 4, "
             "respectively." ),
          ValueMap { "0", "1", "2", "3", "4" },
          Values { "Unknown", "Other", "Range 1", "Range 2",
             "Both Range 1 and 2" }]
      uint16 MonitoringRange;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2