Added resumable loading, along with signal handling.
This version can store state after receiving SIGINT. This is achieved by polling FIFO read state;
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
|
||||
std::shared_ptr<FILE> getHostStream();
|
||||
std::shared_ptr<int> getHostDescriptor();
|
||||
std::shared_ptr<FILE> getComHostStream();
|
||||
std::shared_ptr<FILE> getHostPacketStream();
|
||||
std::shared_ptr<FILE> getHostAPDUStream();
|
||||
|
||||
Reference in New Issue
Block a user