DataStorageStatusMsgPayload#
-
struct DataStorageStatusMsgPayload#
Message to store current storage unit stored data, storage capacity, and received data.
Public Members
-
double storageLevel#
[b] Storage unit stored data in bits.
-
double storageCapacity#
[b] Maximum data storage unit capacity.
-
double currentNetBaud#
[baud] Current data written to or removed from the storage unit net power.
-
std::vector<std::string> storedDataName#
[] vector of data name strings
-
std::vector<double> storedData#
[] vector of stored data amount for each data name group
-
double storageLevel#