Skip to content
Snippets Groups Projects
Commit 88cb03cf authored by Jean Coquet's avatar Jean Coquet
Browse files

attribute properties modification

parent 659a6f1b
Branches
Tags
No related merge requests found
......@@ -84,7 +84,8 @@ DynamicXPSGroupAttribute::DynamicXPSGroupAttribute (const Config& _cfg)
{
//- TODO : insert calls to set attribute properties like format, min, max...
Tango::UserDefaultAttrProp up;
up.set_format ("%7.4d");
up.set_format ("%7.4f");
up.set_unit (" ");
this->set_default_properties (up);
//- TODO : set value to __NAN__
this->m_position = __NAN__;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment