decisions
A Blackjack enum decisions to determine the next Optimal Play.
Definition: Card.h:35
Generic abstract Callback Interface class.
Definition: CallbackLinker.h:20
Class to control the Rasp Pi pins and toggle LEDs ON/OFF.
Definition: ToggleLED.h:20
ToggleLED()
Construct a new ToggleLED::ToggleLED object.
Definition: ToggleLED.cpp:23
void flashled(decisions choice)
Method to flash an LED.
Definition: ToggleLED.cpp:44
void nextCallback(AcePlaysUtils &callbackData)
Implement the nextCallback virtual method to pass information down the pipeline.
Definition: ToggleLED.cpp:108
~ToggleLED()
Destroy the ToggleLED::ToggleLED object.
Definition: ToggleLED.cpp:98
Utility structure used by the AcePlays repo for passing necessary information down the processing pip...
Definition: Card.h:80