forked from eticre/povmodeler
-
Notifications
You must be signed in to change notification settings - Fork 0
the model store thread
tribad edited this page Mar 15, 2020
·
4 revisions
This is a message thread that dispatches the messages between the model store and the local model. The two elements __coreIfc and mStoreIfc are mandatory for a direct linkage to the model store. They are used for the communication into the model store.
The mMsgToModeller interface only contains a few methods that are needed to pass the incoming messages to the local model. Using an interface class here is done to prevent the model store thread from including all the headers that are needed for the implementation of the local model. As the mMsgToModeller member is a reference to the interface we must initialize it with the constructor of the CModelStoreThread class.