Table of Contents

Class PartitionedDataStorageLockupErrorModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

The 'Lockup' model for the 'PartitionedDataStorage' component

public class PartitionedDataStorageLockupErrorModel : ComponentModel<PartitionedDataStorage>
Inheritance
PartitionedDataStorageLockupErrorModel
Inherited Members

Constructors

PartitionedDataStorageLockupErrorModel()

protected PartitionedDataStorageLockupErrorModel()

Fields

LockupProbability

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

public double LockupProbability

Field Value

double

Methods

OnUpdate(double, double)

Called each timestep during a event tick

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

delta timestep (seconds)