std::atomic< bool > writeabort
Signal for aborting a write operation (since write is performed in several blocks, abort can happen in between)
Outputs(const uint32_t &_area)
get the area and set up everything
This is the include file for standard system include files, or project specific include files that ar...
virtual void AbortWrite()
Aborts a running Write by setting writeabort to true (which is checked on every block-write of Write)...