Click or drag to resize
LCRNodeTimeTick Method
Distributed Algorithm Simulator
Actions performed at each time step. This is the coded Actions Table.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void TimeTick(
	List<Message> originalList,
	ref List<Message> msgLst
)

Parameters

originalList
Type: System.Collections.GenericListMessage
List of messages received by all nodes in the current step.
msgLst
Type: System.Collections.GenericListMessage
List of messages that whill be sent by all nodes at the end of the current step.
See Also