Library | File

Enum pfcPatternStatus

# include <pfcFeature.h>

enum pfcPatternStatus
{
    pfcPATTERN_NONE,
    pfcPATTERN_LEADER,
    pfcPATTERN_MEMBER,
    pfcPATTERN_HEADER,
    pfcPatternStatus_nil
};



Description

This enumerated type specifies the pattern status of the feature.
Manual References:
Features: Feature Groups and Patterns




Values

pfcPATTERN_NONE
A feature does not belong to any pattern.
pfcPATTERN_LEADER
A feature is leader of the pattern.
pfcPATTERN_MEMBER
A feature is member of the pattern.
pfcPATTERN_HEADER
A feature is header of the pattern.
pfcPatternStatus_nil
Enum null value.