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

  1 marek 1.1 // Copyright (c) 2005 DMTF.  All rights reserved.
  2           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
  3           // qualifier values to CIM Schema.</change>
  4           // <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
  5           // to Units qualifier values.</change>
  6           // ==================================================================
  7           //  CIM_TemperatureSensor 
  8           // ==================================================================
  9              [Deprecated { "CIM_NumericSensor" }, 
 10               Version ( "2.8.0" ), 
 11               UMLPackagePath ( "CIM::Device::Sensors" ), 
 12               Description ( 
 13                  "The use of this class is being deprecated in lieu of the "
 14                  "additions to Sensor and Numeric Sensor. A TemperatureSensor "
 15                  "can be defined by setting the SensorType property, inherited "
 16                  "from Sensor, to 2 (\"Temperature\")." )]
 17           class CIM_TemperatureSensor : CIM_NumericSensor {
 18           
 19                 [Deprecated { "No Value" }, 
 20                  Override ( "SensorType" )]
 21              uint16 SensorType = 2;
 22 marek 1.1 
 23                 [Deprecated { "No Value" }, 
 24                  Override ( "BaseUnits" )]
 25              uint16 BaseUnits = 2;
 26           
 27                 [Deprecated { "No Value" }, 
 28                  Override ( "UnitModifier" )]
 29              sint32 UnitModifier = -1;
 30           
 31                 [Deprecated { "No Value" }, 
 32                  Override ( "RateUnits" )]
 33              uint16 RateUnits = 0;
 34           
 35                 [Deprecated { "No Value" }, 
 36                  Override ( "CurrentReading" ), 
 37                  MappingStrings { "MIF.DMTF|Temperature Probe|002.5" }]
 38              sint32 CurrentReading;
 39           
 40                 [Deprecated { "No Value" }, 
 41                  Override ( "NominalReading" ), 
 42                  MappingStrings { "MIF.DMTF|Temperature Probe|002.6" }]
 43 marek 1.1    sint32 NominalReading;
 44           
 45                 [Deprecated { "No Value" }, 
 46                  Override ( "NormalMax" ), 
 47                  MappingStrings { "MIF.DMTF|Temperature Probe|002.7" }]
 48              sint32 NormalMax;
 49           
 50                 [Deprecated { "No Value" }, 
 51                  Override ( "NormalMin" ), 
 52                  MappingStrings { "MIF.DMTF|Temperature Probe|002.8" }]
 53              sint32 NormalMin;
 54           
 55                 [Deprecated { "No Value" }, 
 56                  Override ( "MaxReadable" ), 
 57                  MappingStrings { "MIF.DMTF|Temperature Probe|002.9" }]
 58              sint32 MaxReadable;
 59           
 60                 [Deprecated { "No Value" }, 
 61                  Override ( "MinReadable" ), 
 62                  MappingStrings { "MIF.DMTF|Temperature Probe|002.10" }]
 63              sint32 MinReadable;
 64 marek 1.1 
 65                 [Deprecated { "No Value" }, 
 66                  Override ( "Resolution" ), 
 67                  Units ( "Hundredths of Degrees C" ), 
 68                  MappingStrings { "MIF.DMTF|Temperature Probe|002.17" }, 
 69                  PUnit ( "degree celsius * 10^-2" )]
 70              uint32 Resolution;
 71           
 72                 [Deprecated { "No Value" }, 
 73                  Override ( "Tolerance" ), 
 74                  MappingStrings { "MIF.DMTF|Temperature Probe|002.18" }]
 75              sint32 Tolerance;
 76           
 77                 [Deprecated { "No Value" }, 
 78                  Override ( "Accuracy" ), 
 79                  MappingStrings { "MIF.DMTF|Temperature Probe|002.19" }]
 80              sint32 Accuracy;
 81           
 82                 [Deprecated { "No Value" }, 
 83                  Override ( "LowerThresholdNonCritical" ), 
 84                  MappingStrings { "MIF.DMTF|Temperature Probe|002.11" }]
 85 marek 1.1    sint32 LowerThresholdNonCritical;
 86           
 87                 [Deprecated { "No Value" }, 
 88                  Override ( "UpperThresholdNonCritical" ), 
 89                  MappingStrings { "MIF.DMTF|Temperature Probe|002.12" }]
 90              sint32 UpperThresholdNonCritical;
 91           
 92                 [Deprecated { "No Value" }, 
 93                  Override ( "LowerThresholdCritical" ), 
 94                  MappingStrings { "MIF.DMTF|Temperature Probe|002.13" }]
 95              sint32 LowerThresholdCritical;
 96           
 97                 [Deprecated { "No Value" }, 
 98                  Override ( "UpperThresholdCritical" ), 
 99                  MappingStrings { "MIF.DMTF|Temperature Probe|002.14" }]
100              sint32 UpperThresholdCritical;
101           
102                 [Deprecated { "No Value" }, 
103                  Override ( "LowerThresholdFatal" ), 
104                  MappingStrings { "MIF.DMTF|Temperature Probe|002.15" }]
105              sint32 LowerThresholdFatal;
106 marek 1.1 
107                 [Deprecated { "No Value" }, 
108                  Override ( "UpperThresholdFatal" ), 
109                  MappingStrings { "MIF.DMTF|Temperature Probe|002.16" }]
110              sint32 UpperThresholdFatal;
111           
112           
113           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2