Free Electron
Classes | Namespaces | Typedefs | Enumerations
OrchestratorI.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::ext::OrchestratorI
 Orchestrate signalling of SystemI components. More...
 

Namespaces

 fe
 kernel
 

Typedefs

typedef int fe::ext::t_note_id
 

Enumerations

enum  fe::ext::t_step_mode {
  e_step_none = 0,
  fe::ext::e_step_dt = 1,
  fe::ext::e_step_no_more_than,
  fe::ext::e_step_at_least,
  e_step_count
}
 

Enumeration Type Documentation

◆ t_step_mode

Enumerator
e_step_dt 

take a single time step

e_step_no_more_than 

as close as possible but not over via DT's

e_step_at_least 

as close as possible but not under via DT's