Table of Contents

Class ReceiverStorageModel

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

This implements a model on the receiver that can be connected to a partitioned storage system and pulls data from the buffer and attempts to receive the messages.

public class ReceiverStorageModel : ComponentModel<Receiver>
Inheritance
ComponentModel<Receiver>
ReceiverStorageModel
Inherited Members
ComponentModel<Receiver>.Target

Constructors

ReceiverStorageModel()

public ReceiverStorageModel()

Fields

Key

A key to look for mapping the received messages

public string Key

Field Value

string

Storage

A reference to the partitioned data storage system that is attached to this model.

public PartitionedDataStorage? Storage

Field Value

PartitionedDataStorage

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)