| smartmontools SVN Rev 5716
    Utility to control and monitor storage systems with "S.M.A.R.T." | 
#include <nvmeprint.h>

| Public Attributes | |
| bool | drive_info = false | 
| bool | drive_capabilities = false | 
| bool | smart_check_status = false | 
| bool | smart_vendor_attrib = false | 
| bool | smart_selftest_log = false | 
| unsigned char | smart_selftest_type = 0 | 
| unsigned | error_log_entries = 0 | 
| unsigned char | log_page = 0 | 
| unsigned | log_page_size = 0 | 
Definition at line 19 of file nvmeprint.h.
| bool nvme_print_options::drive_capabilities = false | 
Definition at line 22 of file nvmeprint.h.
| bool nvme_print_options::drive_info = false | 
Definition at line 21 of file nvmeprint.h.
| unsigned nvme_print_options::error_log_entries = 0 | 
Definition at line 27 of file nvmeprint.h.
| unsigned char nvme_print_options::log_page = 0 | 
Definition at line 28 of file nvmeprint.h.
| unsigned nvme_print_options::log_page_size = 0 | 
Definition at line 29 of file nvmeprint.h.
| bool nvme_print_options::smart_check_status = false | 
Definition at line 23 of file nvmeprint.h.
| bool nvme_print_options::smart_selftest_log = false | 
Definition at line 25 of file nvmeprint.h.
| unsigned char nvme_print_options::smart_selftest_type = 0 | 
Definition at line 26 of file nvmeprint.h.
| bool nvme_print_options::smart_vendor_attrib = false | 
Definition at line 24 of file nvmeprint.h.