Table of Contents

Class DataStorageMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Structure used to define the output definition for attitude guidance

public sealed class DataStorageMessage : Message<DataStoragePayload>
Inheritance
DataStorageMessage
Inherited Members
Message<DataStoragePayload>.Payload
Message<DataStoragePayload>.ToString()
Message<DataStoragePayload>.PayloadType
Message<DataStoragePayload>.PayloadObject

Constructors

DataStorageMessage()

Default constructor

public DataStorageMessage()

Properties

ChunkSize

[B] The number of bytes that each chunk can store

[Units("B")]
public int ChunkSize { get; set; }

Property Value

int

ChunksUsed

[-] The number of chunks that are being utilised in memory

[Units("-")]
public int ChunksUsed { get; set; }

Property Value

int

MaxMemory

[B] The maximum memory of the storage system

[Units("B")]
public int MaxMemory { get; set; }

Property Value

int

Memory

[B] The current memory stored within the storage system

[Units("B")]
public int Memory { get; set; }

Property Value

int

StorageName

[-] The name of the storage system

[Units("-")]
public string StorageName { get; set; }

Property Value

string