Step 18: Basic NTA Indicators (Lee & Mason 2017) ================================================ Overview -------- .. include:: Step18/code/model_info.mpp :start-after: NOTE(model, EN) :end-before: */ The new NtaIndicators.mpp Module -------------------------------- .. include:: Step18/code/NtaIndicators.mpp :start-after: NOTE(NtaIndicators, EN) :end-before: */ .. include:: Step18/code/NtaIndicators.mpp :start-after: */ :code: The new StateCore.mpp Module ---------------------------- .. include:: Step18/code/StateCore.mpp :start-after: NOTE(StateCore, EN) :end-before: */ .. include:: Step18/code/StateCore.mpp :start-after: */ :code: Initiating the State actor in model_core.mpp -------------------------------------------- The actor State has to be created after the clock actor (to which it links itself in order to synchronizes time) .. include:: Step18/code/model_core.mpp :start-after: //ADD18 :end-before: //END18 :code: