ENH:error code setting default value
jira:[for error code] Change-Id: Ica61344c8217d41adb2947a40f633dc8d19a197a
This commit is contained in:
parent
6948a60757
commit
c8f3876eb3
|
@ -310,7 +310,7 @@ private:
|
|||
int m_print_plate_idx{0};
|
||||
int m_print_plate_total{0};
|
||||
int m_timeout_count{0};
|
||||
int m_print_error_code;
|
||||
int m_print_error_code{0};
|
||||
bool m_is_in_sending_mode{ false };
|
||||
bool m_ams_mapping_res{ false };
|
||||
bool m_ams_mapping_valid{ false };
|
||||
|
|
|
@ -50,7 +50,7 @@ private:
|
|||
|
||||
int m_print_plate_idx;
|
||||
int m_current_filament_id;
|
||||
int m_print_error_code;
|
||||
int m_print_error_code = 0;
|
||||
int timeout_count = 0;
|
||||
bool m_is_in_sending_mode{ false };
|
||||
bool m_is_rename_mode{ false };
|
||||
|
|
Loading…
Reference in New Issue