(file) Return to data.dxx CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

 1 karl  1.1 /*
 2           	$Log$
 3           	$Author$
 4           */
 5           /** @name Data Definitions
 6           
 7           This section defines the formatting of data for the Pegasus CIM Server environment
 8           
 9           The CIM Data Types implemented are as defined in the CIM doucments:
10           <PRE>
11           <CODE>
12           Boolean
13           Uint8
14           Sint8
15           Uint32
16           Sint32
17           Uint64
18           Sint64
19           Real32
20           Real64
21           Char16
22 karl  1.1 String
23           DateTime
24           Reference
25           </CODE>
26           </PRE>
27           
28           
29           
30           The data types defined in Pegasus include:
31           <UL>
32           <LI>String
33           <LI>Date Time
34           <LI>Array
35           <LI>Value
36           <LI>CIM Objects
37           <LI>ClassDecl
38           <LI>QualifierDecl
39           <LI>InstanceDecl
40           <LI>Property
41           <LI>Qualifier
42           <LI>Method
43 karl  1.1 <LI>Parameter
44           </UL>
45           
46           */
47           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2