|
Mockbird
Interface Libarary and Synthesizer Setup Tool for Mockingbird-OTTO
|
Soundscape firmware reported an unexpected event. More...
#include <sndexcpt.h>
Public Member Functions | |
| UnexpectedEvent (std::uint8_t event) | |
| Creates the exception, containing a firmware-reported event code. | |
Public Member Functions inherited from Soundscape::Exception | |
| virtual const char * | what () const |
| Returns a user-readable message describing the exceptional condition. | |
Additional Inherited Members | |
Protected Member Functions inherited from Soundscape::Exception | |
| Exception (const char *format,...) | |
| printf-style exception constructor. | |
Soundscape firmware reported an unexpected event.
| Soundscape::UnexpectedEvent::UnexpectedEvent | ( | std::uint8_t | event | ) |
Creates the exception, containing a firmware-reported event code.
| event | The event code |