nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

memo: msg_internal() definition improvements #189

Open nthallen opened 1 year ago

nthallen commented 1 year ago

The msg() functions maintain C compatibility, which is probably good. The msg_internal() function could probably be better coded as a protected method, but that would need to exist in both the memo_client class and the memo_socket class. Perhaps all of the msg functions could be static methods?