HSetModellingMatrixMessageHandler Class Reference
#include <HNetMessageRegistrar.h>
Public Member Functions | |
HSetModellingMatrixMessageHandler (HBaseView *hbaseview) | |
void | ProcessMessage (const char *message_type, const char *data, unsigned int data_length) |
Additional Inherited Members |
Detailed Description
HSetModellingMatrixMessageHandler is subclassed from MVOMessageHandler. It handles the message "H_SET_MODELLING_MATRIX".
Constructor & Destructor Documentation
◆ HSetModellingMatrixMessageHandler()
|
inline |
Constructs an HSetModellingMatrixMessageHandler object.
- Parameters
-
hbaseview A pointer to the HBaseView object associated with this message handler.
Member Function Documentation
◆ ProcessMessage()
|
inline |
This method receives the message "H_SET_MODELLING_MATRIX" and calls HBaseView::SetModellingMatrixFromMessage.
- Parameters
-
message_type A character pointer denoting the type of message. data A character pointer denoting the message data. data_length An unsigned int indicating the length of the data in bytes.
References MVOMessageHandler::m_pHBaseView, and HBaseView::SetModellingMatrixFromMessage().
The documentation for this class was generated from the following file: