Menu

#90 Insertion in DeviceAttribute

closed
5
2007-10-11
2006-07-07
No

A C++ client crashes if you create an empty
DeviceAttribute object and then you insert data using a
C++ vector. This kind of code

DeviceAttribute da;
da.set_name("AnAttribute");

vector<long> vl;
vl.push_back(1111);
vl.push_back(2222);

da << vl;

It is annoying because this feature is used by PyTango
to write Spectrum or Image attribute.
There are a couple of e-mails (Feb/March 2006) in the
Tango mailing list related to this issue.

It is solved and commited in the CVS.
Will be part of 5.5.1 or 5.6

Manu

Discussion

  • Emmanuel Taurel

    Emmanuel Taurel - 2007-10-11

    Logged In: YES
    user_id=569547
    Originator: YES

    Buf fix incorporated in Tango 6

     
  • Emmanuel Taurel

    Emmanuel Taurel - 2007-10-11
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB