Log in

View Full Version : NetworkTable


RoeiSH
17-01-2013, 09:31
Hello,

We are trying to send values from processed images using NetworkTables. The problem is that the methods BeginTransaction() and EndTransaction() won't show up. What seems to be the problem, in your opinion?

Thanks in advance,
Neat Team #1943

Joe Ross
17-01-2013, 12:20
Per the 2013 Software Notes (http://wpilib.screenstepslive.com/s/3120/m/8559/l/92653-2013-software-notes)

The NetworkTables implementation has been completely rewritten. You should expect to see more predictable and improved performance this year. Some of the existing APIs have changed as well. Transactions from last year have been replaced with transferring of arrays. There are other minor changes in the APIs. See the JavaDocs or the C++ reference guides for more information.

RoeiSH
17-01-2013, 15:21
Thanks! Can you please give us an example of the 2013 implementation?