Howto:Troubleshooting Nasal Callbacks: Difference between revisions

Jump to navigation Jump to search
m
Line 68: Line 68:
  # 5 listeners registered for the same property/callback:
  # 5 listeners registered for the same property/callback:
  setlistener("/sim/foo", foo);
  setlistener("/sim/foo", foo);
# invoke foo again after 5 seconds
settimer(foo, 5);
}
}


</syntaxhighlight>
</syntaxhighlight>

Navigation menu