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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2