nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

tmdf: Change name case messed up #95

Closed nthallen closed 1 year ago

nthallen commented 4 years ago

I apparently failed to carry my transition from tmdf => TMDF through completely, so the driver dies when it cannot send data to tm_gen.

Also, it reports the initial disk capacity twice, including once after the termination message.

nthallen commented 4 years ago

Fixed the default name, but the second report may be a bit more complicated. The report is in the tm_data_sndr destructor, which is not totally unreasonable, but it should only fire if fd >= 0, and if the negotiation had failed, fd should really be -1. My guess is that the negotiation failure is a fatal error message, so we did not bother to close the connection.

nthallen commented 1 year ago

Apparently fixed.