ZombieFunction¶
-
class
ZombieFunction¶ ZombieFunction: Takes over Function, which is a general purpose function calculator using real numbers.
-
proc¶ void (shared message field) This is a shared message to receive Process messages from the scheduler objects.The first entry in the shared msg is a MsgDest for the Process operation. It has a single argument, ProcInfo, which holds lots of information about current time, thread, dt and so on. The second entry is a MsgDest for the Reinit operation. It also uses ProcInfo.
-
process()¶ (destination message field) Handles process call, updates internal time stamp.
-
reinit()¶ (destination message field) Handles reinit call.
-