commit | a3b0dc38fdf668495e680ee1e073e14c9745a3cc | [log] [download] |
---|---|---|
author | Mark Pizzolato <mark@infocomm.com> | Wed Dec 12 11:01:00 2012 -0800 |
committer | Mark Pizzolato <mark@infocomm.com> | Wed Dec 12 11:01:00 2012 -0800 |
tree | 2e9e97c8067efde1875926cf4d71300ea807643b | |
parent | 2b5ceae2be18106dbb6414a44698051407e83c24 [diff] |
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.