Fsm

Moore FSM Exceptions are clearly documented with // FSM exception: REASON

Members

Aliases

ErrorMsg
alias ErrorMsg = Tuple!(Path, "fname", string, "msg", string, "output")
Undocumented in source.

Enums

State
enum State
Undocumented in source.

Functions

run
void run(Path[] inotify_paths, Flag!"Travis" travis, Flag!"utDebug" ut_debug, Flag!"utSkip" ut_skip)
Undocumented in source. Be warned that the author may not have intended to support it.
stateAudioStatus
void stateAudioStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
stateDebug_build
void stateDebug_build()
Undocumented in source. Be warned that the author may not have intended to support it.
stateDoc_build
void stateDoc_build()
Undocumented in source. Be warned that the author may not have intended to support it.
stateDoc_check_counter
void stateDoc_check_counter()
Undocumented in source. Be warned that the author may not have intended to support it.
stateExit
void stateExit()
Undocumented in source. Be warned that the author may not have intended to support it.
stateExitOrRestart
void stateExitOrRestart()
Undocumented in source. Be warned that the author may not have intended to support it.
stateInit
void stateInit()
Undocumented in source. Be warned that the author may not have intended to support it.
stateIntegration_test
void stateIntegration_test()
Undocumented in source. Be warned that the author may not have intended to support it.
stateReset
void stateReset()
Undocumented in source. Be warned that the author may not have intended to support it.
stateSloc_check_counter
void stateSloc_check_counter()
Undocumented in source. Be warned that the author may not have intended to support it.
stateSlocs
void stateSlocs()
Undocumented in source. Be warned that the author may not have intended to support it.
stateStart
void stateStart()
Undocumented in source. Be warned that the author may not have intended to support it.
stateTest_failed
void stateTest_failed()
Undocumented in source. Be warned that the author may not have intended to support it.
stateTest_passed
void stateTest_passed()
Undocumented in source. Be warned that the author may not have intended to support it.
stateUt_run
void stateUt_run()
Undocumented in source. Be warned that the author may not have intended to support it.
stateUt_skip
void stateUt_skip()
Undocumented in source. Be warned that the author may not have intended to support it.
stateWait
void stateWait()
Undocumented in source. Be warned that the author may not have intended to support it.
updateTotalTestStatus
void updateTotalTestStatus()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

next
State next(State st, int docCount, int analyzeCount, Flag!"UtTestPassed" flagUtTestPassed, Flag!"CompileError" flagCompileError, Flag!"TotalTestPassed" flagTotalTestPassed, Flag!"Travis" travis, Flag!"utSkip" ut_skip)
Undocumented in source. Be warned that the author may not have intended to support it.
printExitStatus
void printExitStatus(int status, T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

analyzeCount
int analyzeCount;
Undocumented in source.
docCount
int docCount;
Undocumented in source.
flagCompileError
Flag!"CompileError" flagCompileError;
Undocumented in source.
flagTotalTestPassed
Flag!"TotalTestPassed" flagTotalTestPassed;
Undocumented in source.
flagUtDebug
Flag!"utDebug" flagUtDebug;
Undocumented in source.
flagUtTestPassed
Flag!"UtTestPassed" flagUtTestPassed;
Undocumented in source.
inotify_paths
Path[] inotify_paths;
Undocumented in source.
st
State st;
Undocumented in source.
testErrorLog
ErrorMsg[] testErrorLog;
Undocumented in source.

Meta