Table of Contents

Class PartitionedDataStorageLockupErrorModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[Nominal] The 'Lockup' model for the 'PartitionedDataStorage' component will randomly lockup some of the storage models in the system and will prevent them from being written to.


public class PartitionedDataStorageLockupErrorModel : UniverseModel<PartitionedDataStorage>
Inheritance
PartitionedDataStorageLockupErrorModel

Constructors

PartitionedDataStorageLockupErrorModel()

Default constructor

protected PartitionedDataStorageLockupErrorModel()

Fields

LockupProbability

The probability that a single data storage unit would lock up in a single frame.

[Unit(UnitType.NONE)]
public double LockupProbability

Field Value

double

Methods

OnUpdate(double, double)

Called when the object should update from the simulation tick. This will take in a time and a step, where the time is the time of the clock before updating the object.

protected override void OnUpdate(double time, double step)

Parameters

time double

[s] Current time of the simulation before the update

step double

[s] The time-step to update during this tick