|
||
SS_TAG |
||||||||||||
Structure |
A data type that holds tag properties
struct SS_TAG { SS_XYZ xyz; double value; int type; char text[52]; } ;
|
|||||||||||
Members |
|
|||||||||||
Remarks |
The string in 'text' will be truncated if the text associated with the tag exceeds the bounds of the array. Developers must use TAG_NODEs to access text tags with longer strings, and in fact are encouraged to use TAG_NODEs rather than SS_TAGs in all new code.
|
|
||||||||||
See Also |
|
|||||||||||
Header |
silver.h |
|||||||||||
|