MotionLib
1.0.0
SamBuCa motion library
|
Public Member Functions | |
MotionCmd (std::function< void(MotionCmd &, GrblPlatform::Context &)> run, std::set< grbl::Axis > &&axis, std::string &&message) | |
MotionCmd (MotionCmd &&)=default | |
MotionCmd (const MotionCmd &)=delete | |
MotionCmd & | operator= (const MotionCmd &)=delete |
MotionCmd & | operator= (MotionCmd &&)=default |
Public Attributes | |
std::function< void(MotionCmd &, GrblPlatform::Context &)> | run |
std::set< grbl::Axis > | axis |
std::string | message |
std::promise< void > | prom |
GrblPlatform::Line | line |
Definition at line 50 of file GrblPlatformData.hpp.