SDatabase

Issue #132 resolved
brian soe created an issue

db_ should be renamed database_, to make it clear that this member variable contains all simulation data necessary for writing stepMySimulation.

In keeping with the style of SDatabase data grouped by categories:

1) A struct s_time_ { sLongLong sim_ticks_; sFloat sim_dt_; sFloat time_;

2) A struct s_execution_ { sBool running_; sBool pause_ctrl_dyn_; sBool step_ctrl_dyn_; sBool pause_graphics_;

3) pause_graphics_ should be part of s_gui_. Maybe rename s_gui_ as s_graphics_

These would help with autocomplete, as data_base_ branches into only the major six data categories, cwd_, and dir_specs_.

Comments (1)

  1. Log in to comment