mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
extcam: split into threads
This commit is contained in:
@@ -23,7 +23,8 @@ HANDLE pipe_wr = nullptr;
|
||||
#endif
|
||||
|
||||
public:
|
||||
piped_proc(std::string cmd);
|
||||
piped_proc(std::string cmd, bool write = false);
|
||||
size_t read(unsigned char *buf, size_t len);
|
||||
size_t write(unsigned char *buf, size_t len);
|
||||
~piped_proc();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user