rtb_state.dot 331 B

12345678910
  1. digraph {
  2. pad=0.5; bgcolor="lightgrey";
  3. node [shape="box"; style="filled"; fillcolor="cyan"];
  4. edge [labelfontsize=10; minlen=2; labeldistance=4; ];
  5. RTB_IDLE -> RTB_ON [taillabel="EVT_BUTTON";
  6. tailport=sw; headport=nw];
  7. RTB_ON -> RTB_IDLE [taillabel="EVT_TICK \n&& counter==0\n";
  8. tailport=ne; headport=se];
  9. }