(file) Return to CIM_AssociatedProcessorMemory.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_AssociatedProcessorMemory 
 8           // ==================================================================
 9              [Association, Version ( "2.6.0" ), 
10               UMLPackagePath ( "CIM::Device::Memory" ), 
11               Description ( 
12                  "Associates the Processor and system Memory, or a Processor\'s Cache."
13                   )]
14           class CIM_AssociatedProcessorMemory : CIM_AssociatedMemory {
15           
16                 [Override ( "Dependent" ), 
17                  Description ( 
18                     "The Processor that accesses the Memory or uses the Cache." )]
19              CIM_Processor REF Dependent;
20           
21                 [Description ( 
22 marek 1.1           "Speed of the bus, in MHertz, between the Processor and Memory."
23                      ), 
24                  Units ( "MegaHertz" ), 
25                  PUnit ( "hertz * 10^6" )]
26              uint32 BusSpeed;
27           
28           
29           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2