Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Event.h Source File

Event.h

00001 
00002 
00003 EVENT(ON_MAIN_LOOP, on_main_loop)
00004 EVENT(ON_CONSOLE_LINE_RECEIVED, on_console_line_received)
00005 EVENT(ON_GCODE_RECEIVED, on_gcode_received)
00006 EVENT(ON_GCODE_EXECUTE, on_gcode_execute)
00007 EVENT(ON_SPEED_CHANGE, on_speed_change)
00008 EVENT(ON_BLOCK_BEGIN, on_block_begin)
00009 EVENT(ON_BLOCK_END, on_block_end)
00010 EVENT(ON_CONFIG_RELOAD, on_config_reload)
00011 EVENT(ON_PLAY, on_play)
00012 EVENT(ON_PAUSE, on_pause)
00013 EVENT(ON_IDLE, on_idle)
00014 EVENT(ON_CONFIG_VALUE, on_config_value)
00015 EVENT(ON_CONFIG_COMPLETE, on_config_complete)
00016 EVENT(ON_SECOND_TICK, on_second_tick)
00017 EVENT(ON_GET_PUBLIC_DATA, on_get_public_data)
00018 EVENT(ON_SET_PUBLIC_DATA, on_set_public_data)