CorradoMotta / ASV_interface

Repository to store progress on the ASV interface development
0 stars 0 forks source link

Methods to copy topic message into variables #16

Closed CorradoMotta closed 2 years ago

CorradoMotta commented 2 years ago

Issue: Right now I am only setting values in each of the variables. Instead, I should copy the content of the other field as well (e.g. std, valid, timestamp). In the old interface, such methods are called fromString and toString.

CorradoMotta commented 2 years ago

All Done.