|
| GrblTester (std::unique_ptr< GrblDeviceBase > grblDevice) |
|
grbl::ErrorCode | send (const std::string &cmd) |
|
void | write (const std::string &data) |
|
bool | wait (const std::chrono::milliseconds &timeout) |
|
void | wake () |
|
bool | expect (const std::string ®ex, std::chrono::milliseconds timeout=defaultExpectTimeout) |
|
bool | expect (const ccut::Regex ®ex, std::chrono::milliseconds timeout=defaultExpectTimeout) |
|
bool | expect (const ccut::Regex ®ex, std::vector< std::string > &matches, std::chrono::milliseconds timeout=defaultExpectTimeout) |
|
|
static const std::chrono::milliseconds | defaultExpectTimeout {500} |
|
|
void | sendCmd (const std::string &command) |
|
Definition at line 40 of file GrblTester.hpp.
The documentation for this class was generated from the following files:
- /builds/mro/controls/sambuca/sambuca-motion-lib/src/util/grbl/GrblTester.hpp
- /builds/mro/controls/sambuca/sambuca-motion-lib/src/util/grbl/GrblTester.cpp