Make.3-Messagetype t = Events.msgThe type of the messages.
val to_json : t -> stringConvert a message to a JSON string.
val get_size : t -> Simulator.Size.tReturns the size of a message.
val processing_time : t -> intReturns the amount of time required to process a message, in millisseconds.
val identifier : t -> intReturns an integer that identifies the content of a message.