Menu

#217 get_attribute_config signature

closed
5
2009-04-21
2009-02-24
No

it is not possible to write

dev.get_attribute_config("attr_name");

we need to write

std::string attr_name("attr_name");
dev.get_attribute_config(attr_name);

So it seems that get_attribute_config do not accept const char or const string.

Is it possible to solve this problem

thanks

Frederic

Discussion

  • Emmanuel Taurel

    Emmanuel Taurel - 2009-02-25

    Fixed in CVS. Will be included in tango V7

    Cheers

     
  • Emmanuel Taurel

    Emmanuel Taurel - 2009-04-21
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB