Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OOP based event handler implementation (nexus511-mod) #831

Merged
merged 2 commits into from
Jun 28, 2017

Commits on Jun 26, 2017

  1. Patch for adding a plugin-mechanism that allows multiple listeners on…

    … the
    
    actual actions triggered by pronterface on the device interface. This set of
    patches allows to add multiple event-listeners to the printcore to attach
    external status-interfaces like LEDs, LCD-monitors or anything else.
    
    It actually extends the existing callback-mechanism by a more flexible
    and object-based observer model.
    
    This patch also contains an example plugin to show, how the feature can be used
    in general.
    Nexus committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    d694c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1dcde2 View commit details
    Browse the repository at this point in the history