NCAR / WVD-MCSupdate

Addition of NCAR MCS, rewrite to software infrastructure, and expansion of features for WVD operations.
2 stars 1 forks source link

MCS port all instrument specific commands into the command interpreter #216

Closed stillwer closed 5 years ago

stillwer commented 6 years ago

As it currently stands, Brad's version of the code has a lot of NCAR specific functions in the main program. This is not the intention and will not work for any other MCS or hardware. These functions should be dropped in the command interpreter to bring into compliance with other code.

stillwer commented 5 years ago

The commands are now being build outside the interpreter but the UDP commands are done in the interpreter...all except the UDP read in the UDP read loop. It could be put in but I think for now this is pretty good to have all other word commands done in the interpreter.