We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8c0f1 commit e166cc2Copy full SHA for e166cc2
msg/StorageSummary.msg
@@ -1,4 +1,11 @@
1
+# Based on storage configuration, is storage available for recording?
2
bool is_storage_available
3
+
4
+# Size of bags directory in bytes
5
uint64 bags_dir_size_bytes
6
7
+# Available disk space in bytes
8
uint64 available_disk_space_bytes
-builtin_interfaces/Time last_sweep_time
9
10
+# When was the summary updated last
11
+builtin_interfaces/Time last_updated
0 commit comments