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

 1 karl  1.1.2.2 // Copyright (c) 2008 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.19.1" ), 
 3                   UMLPackagePath ( "CIM::Device::Sensors" ), 
 4                   Description ( 
 5                      "The CIM_AssociatedCooling relationship indicates what "
 6                      "ManagedSystemElement(s) the fan or cooling device is "
 7                      "providingcooling for." )]
 8               class CIM_AssociatedSensor : CIM_Dependency {
 9               
10                     [Override ( "Antecedent" ), 
11                      Description ( "The Sensor." )]
12                  CIM_Sensor REF Antecedent;
13               
14                     [Override ( "Dependent" ), 
15                      Description ( 
16                         "The ManagedSystemElement for which information is "
17                         "measured by the Sensor." )]
18                  CIM_ManagedSystemElement REF Dependent;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2