ATOMIC PDEVS am_ball_starter

stored in DEVS_PATH/01-atomic-modelbase/bouncing_ball/am_ball_starter.m

Contents

Description

Class definition file for an atomic PDEVS model for activating a bouncing ball. Sends one 'start'-event

constructor call: obj = am_ball_starter(name,inistates,elapsed)

Superclass

atomic (superclass acts as associated simulator)

Class Methods

characteristic functions:

display functions:

Inherited Properties

inherited from atomic:

Ports

has no inputs x (is pure source)

has one output y : p1 to send 'start'-event to ball

States in s

s.sigma : for time advance

System Parameters in sysparams

none

More

global SIMUSTOP : can be used to stop allover simulation e.g. when a predefined number of jobs has finished. Take a look at the comments in deltaextfun() where you find example usage.





DEVS Tbx Home      Examples      Modelbase           << Back