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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="CIMCoreCR00735.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</
 4               // <change cr="CIMCoreCR00734.006" type ="deprecate">Deprecate class.</
 5               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 6               // qualifier values to CIM Schema.</change>
 7               // ==================================================================
 8               //  CIM_PCVideoController
 9               // ==================================================================
10                  [Deprecated { "CIM_DisplayController" }, 
11                   Version ( "2.10.0" ), 
12                   UMLPackagePath ( "CIM::Device::Controller" ), 
13                   Description ( 
14                      "Note: The use of the CIM_PCVideoController class has been "
15                      "deprecated in lieu of CIM_DisplayController. \n"
16                      "Deprecated description: Capabilities and management of a "
17                      "PCVideoController, a subtype of VideoController." )]
18               class CIM_PCVideoController : CIM_VideoController {
19               
20                     [Deprecated { "No Value" }, 
21                      Description ( 
22 karl  1.1.2.2           "The video architecture. For example, VGA (value=5) or "
23                         "PC-98 (160) can be specified." ), 
24                      ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", 
25                         "11", "12", "160" }, 
26                      Values { "Other", "Unknown", "CGA", "EGA", "VGA", "SVGA", 
27                         "MDA", "HGC", "MCGA", 
28                         // 10                        
29                         "8514A", "XGA", 
30                         "Linear Frame Buffer", "PC-98" }, 
31                      MappingStrings { "MIF.DMTF|Video|004.2" }]
32                  uint16 VideoArchitecture;
33               
34                     [Deprecated { "No Value" }, 
35                      Description ( "Current video mode." ), 
36                      MappingStrings { "MIF.DMTF|Video|004.3" }]
37                  uint16 VideoMode;
38               
39                     [Deprecated { "No Value" }, 
40                      Description ( 
41                         "Current number of color planes. If this value is not "
42                         "applicable for the current video configuration, enter 0." )]
43 karl  1.1.2.2    uint16 NumberOfColorPlanes;
44               
45               
46               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2