SIL rolesΒΆ

ss_silrole_t is an enumerated type defined in sspers.h.

Synopsis:

````:

SAF_SROLE_SPACE: sil is for space

SAF_SROLE_STATE: for state space

SAF_SROLE_PARAM: sil is generic param space

SAF_SROLE_CTYPE: sil is for a cell

SAF_SROLE_ATYPE: sil is for an algebraic type

SAF_SROLE_USERD: sil has a user defined role

SAF_SROLE_SUITE: for a suite

Description: These are the roles that can appear in a subset inclusion lattice. One additional constant SAF__SROLE_ANY, although not part of this enumeration due to it never appearing in a file, can be used as a wildcard for searching.

See Also:

  • Datatypes: Introduction for current chapter