MotionLib
1.0.0
SamBuCa motion library
|
Public Member Functions | |
Generator (const Generator &)=default | |
std::string | str () const |
bool | fail () const |
const std::string & | errorString () const |
const Generator & | operator<< (const gen::Modal &modal) const |
const Generator & | operator<< (const gen::Position &position) const |
Protected Attributes | |
std::shared_ptr< GeneratorData > | m_data |
Definition at line 261 of file GrblGenerator.hpp.