Skip to content
Snippets Groups Projects
Commit 0bf75aa1 authored by Arafat Nourredine's avatar Arafat Nourredine
Browse files

Created tag release_2_0_0.

parents 256860bb 03e331f2
No related branches found
No related tags found
No related merge requests found
...@@ -452,9 +452,7 @@ bool XiaDxp::is_boardType_allowed(Tango::AttReqType type) ...@@ -452,9 +452,7 @@ bool XiaDxp::is_boardType_allowed(Tango::AttReqType type)
bool XiaDxp::is_fileGeneration_allowed(Tango::AttReqType type) bool XiaDxp::is_fileGeneration_allowed(Tango::AttReqType type)
{ {
if (get_state() == Tango::FAULT || if (get_state() == Tango::FAULT ||
get_state() == Tango::INIT || get_state() == Tango::INIT)
get_state() == Tango::RUNNING ||
get_state() == Tango::DISABLE)
{ {
// End of Generated Code // End of Generated Code
if (get_state()==Tango::FAULT && is_device_initialized()) if (get_state()==Tango::FAULT && is_device_initialized())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment