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()
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.

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)