csimFieldInfo Class Reference
#include <csimclass.h>
List of all members.
Detailed Description
Holds information about a field of a class.
See Setting and getting field values for more details.
Public Attributes
-
const char * name
- Name of the field.
-
const char * description
- Short description of the field.
-
const char * units
- Units of the field.
-
int access
- Access: READONLY or READWRITE.
-
int m
- Number of elements of the field (fileds can be arrays).
-
float lb
- Lower bound of the field vlaue(s).
-
float ub
- Upper bound of the field vlaue(s).
|