Tom Farro

Results 7 comments of Tom Farro

1. I do not understand what enum we are looking to add a "description" to. The ErrorType enum is provided by Denchi, I just copy the latest in every update....

1. This makes sense to do. I don't like the magic string approach, as it's prone to typos (as you have personally seen and corrected) 2. I still don't understand...

Yeah, the other thing is that outgoing messages all need to be `SomethingRequest` and the incoming messages are all `SomethingResponse`. Unless we wanted two unlinked enum values each, we could...

This is functionally done. I'm kicking the enum-ification down the road a bit, but you can use the code from the branch: https://github.com/FomTarro/VTS-Sharp/tree/unity-decouple safely now. I do not anticipate further...

The 2.0.0 release is officially out. 2.1.0 will begin a serious investigation of enumerating message types and deprecating the use of strings as much as possible.

Interesting! I'm on vacation at the moment but I can check what's going on in about a week. Sorry! 😔

I think I responded to this in the VTS discord, but your best bet is to do a query for all parameters and assess which ones you think are used...