SWIG: test callback & output grabbing
This commit is contained in:
10
client/include/pm3_helper.hpp
Normal file
10
client/include/pm3_helper.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LIBPM3HELPERPP_H
|
||||
#define LIBPM3HELPERPP_H
|
||||
|
||||
class ConsoleHandler {
|
||||
public:
|
||||
virtual int handle_output(char *string) = 0;
|
||||
virtual ~ConsoleHandler() {}
|
||||
};
|
||||
|
||||
#endif // LIBPM3HELPERPP_H
|
||||
Reference in New Issue
Block a user