Interface IMsg

All Known Subinterfaces:
IPosBcast.IPosBcastMsg
All Known Implementing Classes:
AgentMsgHelpers.MsgIntWrapper, AgentMsgHelpers.MsgPair, AgentMsgHelpers.NullMsg, AgentMsgHelpers.PosMsg, BcastStorage.BcastStorageMsg, BcastStorage.BcastStorageMsgCompound, DeployAgent.SimpFlockMsg, MoveToCentroidAgent.SimpFlockMsg, SimpAgentTreeTopo.TreeTopoInfo, SimpleFlockingAgent.SimpFlockMsg, SimpleRendezvousAgent.SimpFlockMsg, TreeAgentState, TreeConstraintState, TreeMsg, VicsekFlockingAgent.SimpFlockMsg

public interface IMsg

IMsg is the interface for messages sent by robotic agents across a network.

Since:
1.0

Method Summary
 IMsg makeCopy()
           
 

Method Detail

makeCopy

IMsg makeCopy()