// A class that keeps track of the current state of the WiFi HAL. This is // accomplished by having the HAL call this state tracker which in turn will // call the appropriate functionality. // // This is needed because the HAL must have some form of global state to prevent // situations where the HAL is initialized while stopping. This class allows // the Info class to stay relatively simple and this class can focus on just the // state behavior. class HalState { public: using StopHandler = std::function<void ()>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.