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

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_PointingDevice.mof (download)
Revision: 1.1.2.2, Wed Feb 15 17:46:23 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch, PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.1.2.1: +48 -0 lines
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
// to Units qualifier values.</change>
// ==================================================================
//  CIM_PointingDevice 
// ==================================================================
   [Version ( "2.7.0" ), 
    UMLPackagePath ( "CIM::Device::UserDevices" ), 
    Description ( 
       "PointingDevice represents those Devices used to \'point\' to "
       "regions of a Display." )]
class CIM_PointingDevice : CIM_UserDevice {

      [Description ( "The type of the pointing device." ), 
       ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9" }, 
       Values { "Other", "Unknown", "Mouse", "Track Ball", 
          "Track Point", "Glide Point", "Touch Pad", "Touch Screen", 
          "Mouse - Optical Sensor" }, 
       MappingStrings { "MIF.DMTF|Pointing Device|003.1" }]
   uint16 PointingType;

      [Description ( 
          "Number of buttons. If the PointingDevice has no buttons, enter 0."
           ), 
       MappingStrings { "MIF.DMTF|Pointing Device|003.4" }]
   uint8 NumberOfButtons;

      [Description ( 
          "Integer indicating whether the PointingDevice is "
          "configured for right (value=2) or left handed operation "
          "(value=3). Also, the values, \"Unknown\" (0) and \"Not "
          "Applicable\" (1), can be defined." ), 
       ValueMap { "0", "1", "2", "3" }, 
       Values { "Unknown", "Not Applicable", 
          "Right Handed Operation", "Left Handed Operation" }]
   uint16 Handedness;

      [Description ( 
          "Tracking resolution of the PointingDevice in Counts per Inch."
           ), 
       Units ( "Counts per Inch" ), 
       PUnit ( "count / inch" )]
   uint32 Resolution;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2