Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.SendControlMessage

Packages that use SendControlMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.custom   
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of SendControlMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.custom
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.custom that return SendControlMessage
 SendControlMessage SendControlMessageMapper.serialize(ICustomControlMessage message)
           
 SendControlMessage ControlMessages.write(ICustomControlMessage message)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.custom with parameters of type SendControlMessage
 void SendControlMessageMapper.SendControlMessageSetter.set(SendControlMessage msg, T value)
           
 

Uses of SendControlMessage in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return SendControlMessage
 SendControlMessage SendControlMessage.setBotId(UnrealId BotId)
          Only valid for SendAll='false', here you can specify Id of the bot that should receive the message.
 SendControlMessage SendControlMessage.setPB1(Boolean PB1)
          Param Boolean 1
 SendControlMessage SendControlMessage.setPB2(Boolean PB2)
          Param Boolean 2
 SendControlMessage SendControlMessage.setPB3(Boolean PB3)
          Param Boolean 3
 SendControlMessage SendControlMessage.setPF1(Double PF1)
          Param Double 1
 SendControlMessage SendControlMessage.setPF2(Double PF2)
          Param Double 2
 SendControlMessage SendControlMessage.setPF3(Double PF3)
          Param Double 3
 SendControlMessage SendControlMessage.setPI1(Integer PI1)
          Param Integer 1
 SendControlMessage SendControlMessage.setPI2(Integer PI2)
          Param Integer 2
 SendControlMessage SendControlMessage.setPI3(Integer PI3)
          Param Integer 3
 SendControlMessage SendControlMessage.setPS1(String PS1)
          Param String 1
 SendControlMessage SendControlMessage.setPS2(String PS2)
          Param String 2
 SendControlMessage SendControlMessage.setPS3(String PS3)
          Param String 3
 SendControlMessage SendControlMessage.setSendAll(Boolean SendAll)
          True - sends the message to ALL connected bots, False - sends to one bot specified within BotId.
 SendControlMessage SendControlMessage.setType(String Type)
          Custom type of the message.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type SendControlMessage
SendControlMessage(SendControlMessage original)
          Cloning constructor.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.