Package | Description |
---|---|
magma.agent.communication.base | |
magma.agent.general | |
magma.robots.nao.agent.communication.base | |
magma.robots.nao.general |
Modifier and Type | Class and Description |
---|---|
class |
ChannelManager |
Modifier and Type | Method and Description |
---|---|
IChannelManager |
ChannelBase.getManager() |
Constructor and Description |
---|
ChannelBase(IChannelManager manager) |
ConnectionChannel(IChannelManager manager,
IServerConnection connection) |
InputOutputChannel(IChannelManager manager,
IServerConnection connection,
IServerMessageParser parser,
IServerMessageEncoder encoder) |
RemoteControllChannel(IChannelManager manager,
java.lang.String ip) |
Modifier and Type | Method and Description |
---|---|
abstract IChannelManager |
ComponentFactory.createChannelManager(ChannelParameters info) |
IChannelManager |
AgentRuntime.getChannelManager() |
Constructor and Description |
---|
SimsparkChannel(IChannelManager manager,
ChannelParameters info) |
SimsparkLogfileReaderChannel(IChannelManager manager,
ChannelParameters info,
java.io.File perceptionfile,
java.io.File actionFile) |
SimsparkLogfileWriterChannel(IChannelManager manager,
ChannelParameters info,
java.io.File perceptionFile,
java.io.File actionFile) |
Modifier and Type | Method and Description |
---|---|
IChannelManager |
NAOComponentFactory.createChannelManager(ChannelParameters info) |