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
-
Message<DataStoragePayload>DataStorageMessage
- Inherited Members
-
Message<DataStoragePayload>.PayloadMessage<DataStoragePayload>.ToString()Message<DataStoragePayload>.PayloadTypeMessage<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
ChunksUsed
[-] The number of chunks that are being utilised in memory
[Units("-")]
public int ChunksUsed { get; set; }
Property Value
MaxMemory
[B] The maximum memory of the storage system
[Units("B")]
public int MaxMemory { get; set; }
Property Value
Memory
[B] The current memory stored within the storage system
[Units("B")]
public int Memory { get; set; }
Property Value
StorageName
[-] The name of the storage system
[Units("-")]
public string StorageName { get; set; }