Exemple #1
0
 /// <summary>
 /// Queues a message to be sent to Python during the next simulation step.
 /// </summary>
 /// <param name="msg"> The byte array of data to be sent to Python.</param>
 protected void QueueMessageToSend(OutgoingMessage msg)
 {
     MessageQueue.Add(msg.ToByteArray());
 }