Wizwert / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Provide constructor with arguments allowing to initialize NXTBrick internal structs #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to implement a type converter and this improvement can help 
accomplish this task. Also it is sometimes easier to write and use a 
constructor than assigning values to all properties one after another.

Original issue reported on code.google.com by krzysztof.blacha on 29 Mar 2011 at 3:31

GoogleCodeExporter commented 8 years ago
Added constructor for NXTBrick.MotorState structure, so it is "easer" to 
initialize it from user's code.

Committed in revision 1414. Will be released in version 2.1.6.

Constructor for SensorValues was not added since it does make sense for normal 
scenario of user's interaction with the library. The SensorValues structure is 
used only as "out" parameter, so user should not bother creating instance of it 
on his own. But if he needs to do it, then ... hackers are welcome to do 
whatever they need.

Original comment by andrew.k...@gmail.com on 8 Apr 2011 at 8:39

GoogleCodeExporter commented 8 years ago
Is there any estimate on when 2.1.6 will be released. Will issue 196 be 
included too.

Original comment by krzysztof.blacha on 20 Apr 2011 at 11:09

GoogleCodeExporter commented 8 years ago
Hopefully in May. You can always build from sources, but I understand - 
official release is preferred. It is just busy time now and lots of things want 
to have in the next release.

Will try including 196 also.

Original comment by andrew.k...@gmail.com on 20 Apr 2011 at 11:16

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 28 Jul 2011 at 9:45

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 10 Aug 2011 at 9:31