autobuild

Members

Enums

Color
enum Color
Undocumented in source.
Status
enum Status
Undocumented in source.

Functions

GenerateFsmAction
auto GenerateFsmAction(T fsm, TEnum st)

Call appropriate function for for the state.

cleanup
void cleanup(Flag!"keepCoverage" keep_cov)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleStaticAnalyse
auto consoleStaticAnalyse(R lines)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleToFile
void consoleToFile(Path fname, string console)
Undocumented in source. Be warned that the author may not have intended to support it.
echoOff
void echoOff()
Undocumented in source. Be warned that the author may not have intended to support it.
echoOn
void echoOn()
Undocumented in source. Be warned that the author may not have intended to support it.
handleSIGINT
void handleSIGINT(int sig)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
playSound
void playSound(Flag!"Positive" positive)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(Color c, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
printStatus
void printStatus(Status s, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(Color c, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
sanityCheck
bool sanityCheck()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
sourceAsInclude
auto sourceAsInclude()
Undocumented in source. Be warned that the author may not have intended to support it.
sourcePath
auto sourcePath()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Fsm
struct Fsm

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

Variables

signalExitStatus
Flag!"TestsPassed" signalExitStatus;
Undocumented in source.
signalInterrupt
Flag!"SignalInterrupt" signalInterrupt;
Undocumented in source.

Meta

Date

Date: 2016, Joakim Brännström

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)