Module: sys_model¶
Basilisk base system model class.
-
class
SysModel
¶ Subclassed by InterfaceDataExchange
Public Functions
-
SysModel
()¶
-
~SysModel
()¶
-
void
SelfInit
()¶ initialize the module, create messages
-
void
CrossInit
()¶ link to other modules’ messages and any necessary init based on them
-
void
IntegratedInit
()¶ ???
-
void
UpdateState
(uint64_t CurrentSimNanos)¶ What the module does each time step
-
void
Reset
(uint64_t CurrentSimNanos)¶ Reset module to specified time
-