Structure SyscIntegerAttribute
Definition: syscAttribute.h (line 70)
Provide a struct for an integer-valued attribute.
Members
Public attributes
Variable name
Definition: syscAttribute.h (line 71)
char SyscIntegerAttribute::name[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Unique name for this attribute.
Type: char
Variable value
Definition: syscAttribute.h (line 72)
long long int SyscIntegerAttribute::value
Attribute value.
Type: long long int
Variable modifiable
Definition: syscAttribute.h (line 73)
int SyscIntegerAttribute::modifiable
Attribute is modifiable.
Type: int