import "baci.idl";


Public Attributes | |
| readonly attribute string | description |
| readonly attribute string | format |
| readonly attribute string | units |
| readonly attribute pattern | resolution |
The base type used by all Properties. This interface defines common characteristics which are attributable to all types of properties. At this time, there are no restrictions as to what format the values of these characteristics need to follow. That is, it's entirely up to the developer to use them as they please. The only other piece of relevant information here is like other characterstics, these are settable from the ACS configuration database.
| readonly attribute string ACS::TypelessProperty::description |
The description of the Property
| readonly attribute string ACS::TypelessProperty::format |
The format in C-syntax how to display values of the Property
| readonly attribute pattern ACS::TypelessProperty::resolution |
Bitpattern representing the significant bits of the word carrying the value. Useful also for returning the resolution of analog-digital convertion
| readonly attribute string ACS::TypelessProperty::units |
The units of the Property
1.6.2