Skip to content

Replace multiple command methods with single method in state machine interface. #44

@joshuaplusone

Description

@joshuaplusone

Replace

virtual bool start();
virtual bool clear();
virtual bool reset();
virtual bool hold();
virtual bool unhold();
virtual bool suspend();
virtual bool unsuspend();
virtual bool stop();
virtual bool abort();

with

bool sendTransitionCommand(CmdEnum command);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions