HSetModellingMatrixMessageHandler

Functions

HSetModellingMatrixMessageHandler

void

ProcessMessage

Detailed Description

class HSetModellingMatrixMessageHandler : public MVOMessageHandler

HSetModellingMatrixMessageHandler is subclassed from MVOMessageHandler. It handles the message “H_SET_MODELLING_MATRIX”.

Public Functions

inline HSetModellingMatrixMessageHandler(HBaseView *hbaseview)

Constructs an HSetModellingMatrixMessageHandler object.

Parameters

hbaseview – A pointer to the HBaseView object associated with this message handler.

inline void ProcessMessage(char const *message_type, char const *data, unsigned int data_length)

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.