| 72 | | ports = { |
| 73 | | 'on_begin_processing': SlotPort(), |
| 74 | | 'on_finish_processing': SlotPort(), |
| 75 | | 'on_application_reset': SlotPort(), |
| 76 | | }, |
| | 72 | ports = { |
| | 73 | 'on_begin_processing': SlotPort(), |
| | 74 | 'on_finish_processing': SlotPort(), |
| | 75 | 'on_application_reset': SlotPort(), |
| | 76 | }, |
| 98 | | state_type = 'struct process_monitor_state_s', |
| 99 | | slot_funcs = ['something_happened', 'on_application_reset'], |
| 100 | | slot_map = {'on_begin_processing': 'something_happened', |
| 101 | | 'on_finish_processing': 'something_happened', |
| 102 | | }, |
| 103 | | ), |
| 104 | | ], |
| 105 | | ) |
| | 98 | state_type = 'struct process_monitor_state_s', |
| | 99 | slot_funcs = ['something_happened', 'on_application_reset'], |
| | 100 | slot_map = {'on_begin_processing': 'something_happened', |
| | 101 | 'on_finish_processing': 'something_happened', |
| | 102 | }, |
| | 103 | ), |
| | 104 | ], |
| | 105 | ) |