| Packages that use RCS_STAT_MSG | |
|---|---|
| rcs.nml | |
| rcs.utils | |
| Uses of RCS_STAT_MSG in rcs.nml |
|---|
| Subclasses of RCS_STAT_MSG in rcs.nml | |
|---|---|
class |
RCS_STAT_MSG_V2
A second version of the RCS_STAT_MSG used for base messages of RCS status perhaps considered for use in moast. |
| Uses of RCS_STAT_MSG in rcs.utils |
|---|
| Methods in rcs.utils with parameters of type RCS_STAT_MSG | |
|---|---|
static void |
rcs_states.state_default(RCS_STAT_MSG stat)
Sets the stat.source_line and stat.source_file, called when all state_match()'s fail. |
static boolean |
rcs_states.state_match(RCS_STAT_MSG stat,
int stateIn)
Checks stat.state == stateIn and sets the source_file and source line so that one can check which line of the state table matched. |
static void |
rcs_states.state_new(RCS_STAT_MSG stat)
Sets the source file and source line. |
static void |
rcs_states.state_next(RCS_STAT_MSG stat,
int next)
Sets stat.state to the next state. |
static void |
rcs_states.status_next(RCS_STAT_MSG stat,
int next)
Sets stat.status to the next status |