|
|
ChaosDMX
Open-Source DMX-Interface
|
Storage information structure. More...
#include <storage.h>
Data Fields | |
| size_t | total_bytes |
| Total size of the storage in bytes. | |
| size_t | used_bytes |
| Used size of the storage in bytes. | |
| size_t | free_bytes |
| Free size of the storage in bytes. | |
| size_t storage_info_t::free_bytes |
Free size of the storage in bytes.
Definition at line 17 of file storage.h.
Referenced by storage_get_free_bytes(), storage_get_info(), and storage_print_info().
| size_t storage_info_t::total_bytes |
Total size of the storage in bytes.
Definition at line 15 of file storage.h.
Referenced by storage_get_info(), storage_get_total_bytes(), and storage_print_info().
| size_t storage_info_t::used_bytes |
Used size of the storage in bytes.
Definition at line 16 of file storage.h.
Referenced by storage_get_info(), storage_get_used_bytes(), and storage_print_info().