A B C D E F G H I K M O P R S T U V W Y Z 
All Classes All Packages

A

ACTIVE - com.rcll.domain.PeerState
 
add_message(Class<T>) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Adds and registers a new protobuf message type.
add_message(Class<T>) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Adds and registers a new protobuf message type.
add_message(Class<T>) - Method in class com.rcll.protobuf_lib.RobotMessageRegister
 
addRobot(Peer) - Method in class com.rcll.protobuf_lib.RobotConnections
 
asMachineEnum() - Method in class com.rcll.domain.MachineName
 
AVAILABLE - com.rcll.domain.MachineState
 

B

Base - Enum in com.rcll.domain
 
Black - com.rcll.domain.Base
 
Black - com.rcll.domain.Cap
 
Blue - com.rcll.domain.RingColor
 
BROKEN - com.rcll.domain.MachineState
 
BS - com.rcll.domain.Machine
 

C

C0 - com.rcll.domain.ProductComplexity
 
C1 - com.rcll.domain.ProductComplexity
 
C2 - com.rcll.domain.ProductComplexity
 
C3 - com.rcll.domain.ProductComplexity
 
cancelOnAll() - Method in class com.rcll.robot.RobotClient
 
cancelTask(long) - Method in class com.rcll.robot.RobotClient
 
Cap - Enum in com.rcll.domain
 
CapStationInstruction - Enum in com.rcll.domain
 
cmp_id - Variable in class com.rcll.llsf_comm.Key
 
cmp_id - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
com.rcll.domain - package com.rcll.domain
 
com.rcll.llsf_comm - package com.rcll.llsf_comm
 
com.rcll.llsf_exceptions - package com.rcll.llsf_exceptions
 
com.rcll.protobuf_lib - package com.rcll.protobuf_lib
 
com.rcll.refbox - package com.rcll.refbox
 
com.rcll.robot - package com.rcll.robot
 
com.rcll.utils - package com.rcll.utils
 
connect() - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Tries to connect to the refbox at the IP address and port given in the contructor.
connection_lost(IOException) - Method in interface com.rcll.llsf_comm.ProtobufMessageHandler
 
connection_lost(IOException) - Method in class com.rcll.refbox.RefboxHandler
 
create(Socket, AbstractMap.SimpleEntry<GeneratedMessageV3, byte[]>) - Method in interface com.rcll.robot.IRobotMessageThreadFactory
 
createBufferCapTask(Long, Integer, MachineName, Integer) - Method in class com.rcll.robot.RobotTaskCreator
 
createBufferCapTask(Long, MachineName, Integer) - Method in class com.rcll.robot.RobotTaskCreator
 
createCancelTask(Long) - Method in class com.rcll.robot.RobotTaskCreator
 
createDeliverWorkPieceTask(Long, Integer, String, MachineSide, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createDeliverWorkPieceTaskNew(Long, String, Integer, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createDummyTask(Long, String, MachineSide) - Method in class com.rcll.robot.RobotTaskCreator
 
createExplorationTask(Long, String, String, boolean) - Method in class com.rcll.robot.RobotTaskCreator
 
createGetWorkPieceTask(Long, Integer, String, MachineSide, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createGetWorkPieceTask(Long, String, MachineSide, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createGetWorkPieceTaskNew(Long, Integer, String, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createMoveToMachineTask(Long, MachineName, MachineSide) - Method in class com.rcll.robot.RobotTaskCreator
 
createMoveToMachineTask(Long, Integer, MachineName, MachineSide) - Method in class com.rcll.robot.RobotTaskCreator
 
createMoveToWaypointTask(Long, Integer, String) - Method in class com.rcll.robot.RobotTaskCreator
 
createReportAllMachinesTask(Long) - Method in class com.rcll.robot.RobotTaskCreator
 
createStopTask(Long, boolean) - Method in class com.rcll.robot.RobotTaskCreator
 
createWaitingTask(Long, String) - Method in class com.rcll.robot.RobotTaskCreator
 
CS1 - com.rcll.domain.Machine
 
CS2 - com.rcll.domain.Machine
 
CYAN - com.rcll.domain.TeamColor
 

D

disconnect(boolean) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Disconnects from the refbox.
DISQUALIFIED - com.rcll.domain.PeerState
 
DOWN - com.rcll.domain.MachineState
 
DS - com.rcll.domain.Machine
 
dummyMachine() - Static method in class com.rcll.domain.MachineName
 

E

EncryptedStreamMessageException - Exception in com.rcll.llsf_exceptions
 
EncryptedStreamMessageException(String) - Constructor for exception com.rcll.llsf_exceptions.EncryptedStreamMessageException
 
enqueue(GeneratedMessageV3) - Method in interface com.rcll.llsf_comm.ProtobufConnection
 
enqueue(GeneratedMessageV3) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
 
enqueue(GeneratedMessageV3) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
 
enqueue(GeneratedMessageV3, Class<T>) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
 
enqueue(ProtobufMessage) - Method in interface com.rcll.llsf_comm.ProtobufConnection
 
enqueue(ProtobufMessage) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Puts a ProtobufMessage into the send queue in order to be sent out to the refbox.
enqueue(ProtobufMessage) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Puts a ProtobufMessage into the send queue in order to be sent out to the refbox.
equals(Object) - Method in class com.rcll.domain.MachineName
 
equals(Object) - Method in class com.rcll.domain.Peer
 
equals(Object) - Method in class com.rcll.domain.ZoneName
 
estimatePoints(Order, boolean, boolean) - Method in class com.rcll.utils.PointEstimator
 
Exploration - com.rcll.domain.GamePhase
 

F

Finished - com.rcll.domain.GameState
 
FRAME_HEADER_SIZE - Static variable in class com.rcll.llsf_comm.ProtobufMessage
 
fromString(String) - Static method in enum com.rcll.domain.TeamColor
 

G

GamePhase - Enum in com.rcll.domain
 
GameState - Enum in com.rcll.domain
 
get_component_id() - Method in class com.rcll.llsf_comm.ProtobufMessage
Gets the component ID of the message.
get_generated_empty_msg_from_key(int, int) - Method in class com.rcll.protobuf_lib.RobotMessageRegister
 
get_generated_empty_msg_from_key(Key) - Method in class com.rcll.protobuf_lib.RobotMessageRegister
 
get_message() - Method in class com.rcll.llsf_comm.ProtobufMessage
Gets the protobuf message as a byte array.
get_message_id() - Method in class com.rcll.llsf_comm.ProtobufMessage
Gets the message ID of the message.
get_msg_key_from_class(Class<T>) - Method in class com.rcll.protobuf_lib.RobotMessageRegister
 
get_size() - Method in class com.rcll.llsf_comm.ProtobufMessage
Gets the size of the message.
getAllNoDsPreparedOrders() - Method in class com.rcll.refbox.RefboxClient
 
getAllOrders() - Method in class com.rcll.refbox.RefboxClient
 
getAllRings() - Method in class com.rcll.refbox.RefboxClient
 
getBeaconForRobot(Long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
getBeaconForRobot(Long) - Method in class com.rcll.robot.RobotClient
 
getBool(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
getCipher() - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
getclientId() - Method in class com.rcll.protobuf_lib.RobotConnections
 
getComplexity() - Method in class com.rcll.domain.Order
 
getConnection(long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
getCurrentPoint() - Method in class com.rcll.refbox.RefboxClient
 
getGamePhase() - Method in class com.rcll.refbox.RefboxClient
 
getGameState() - Method in class com.rcll.refbox.RefboxClient
 
getInstance() - Static method in class com.rcll.protobuf_lib.RobotMessageRegister
 
getKnownMachinesCount() - Method in class com.rcll.refbox.RefboxClient
 
getLatestGameTimeInNanoSeconds() - Method in class com.rcll.refbox.RefboxClient
 
getLatestGameTimeInSeconds() - Method in class com.rcll.refbox.RefboxClient
 
getMachineZones() - Method in class com.rcll.refbox.RefboxClient
 
getOrderById(int) - Method in class com.rcll.refbox.RefboxClient
 
getPayloadSize() - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
getPreparedOrders() - Method in class com.rcll.refbox.RefboxClient
 
getProtocolVersion() - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
getReserved1() - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
getReserved2() - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
getRingByColor(RingColor) - Method in class com.rcll.refbox.RefboxClient
 
getRobot(long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
getRobotCount() - Method in class com.rcll.robot.RobotClient
 
getRobots() - Method in class com.rcll.protobuf_lib.RobotConnections
 
getStateForMachine(Machine) - Method in class com.rcll.refbox.RefboxClient
 
getString(ByteBuffer, int) - Static method in class com.rcll.robot.RobotHandler
 
getTeamColor() - Method in class com.rcll.refbox.RefboxClient
 
getUnsignedInt16(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
getUnsignedInt16_BE(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
getUnsignedInt32(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
getUnsignedInt32_BE(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
getUnsignedInt8(ByteBuffer) - Static method in class com.rcll.robot.RobotHandler
 
Green - com.rcll.domain.RingColor
 
Grey - com.rcll.domain.Cap
 

H

handle_message(ByteBuffer, GeneratedMessageV3) - Method in class com.rcll.refbox.RefboxHandler
 
handle_message(ByteBuffer, GeneratedMessageV3) - Method in interface com.rcll.llsf_comm.ProtobufMessageHandler
This method is called by the ProtobufClient/ProtobufBroadcastPeer.
handleMsg(AbstractMap.SimpleEntry<GeneratedMessageV3, byte[]>) - Method in class com.rcll.robot.HandleRobotMessageThread
 
HandleRobotMessageThread - Class in com.rcll.robot
 
HandleRobotMessageThread(Socket, RobotConnections, Consumer<Integer>, Consumer<BeaconSignalProtos.BeaconSignal>, Consumer<AgentTasksProtos.AgentTask>, Predicate<AbstractMap.SimpleEntry<GeneratedMessageV3, byte[]>>, AbstractMap.SimpleEntry<GeneratedMessageV3, byte[]>) - Constructor for class com.rcll.robot.HandleRobotMessageThread
 
hashCode() - Method in class com.rcll.domain.MachineName
 
hashCode() - Method in class com.rcll.domain.Peer
 

I

IDLE - com.rcll.domain.MachineState
 
Init - com.rcll.domain.GameState
 
Input - com.rcll.domain.MachineSide
 
IRobotMessageThreadFactory - Interface in com.rcll.robot
 
is_connected() - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Checks if a connection to the refbox is established.
isBaseStation() - Method in class com.rcll.domain.MachineName
 
isCapStation() - Method in class com.rcll.domain.MachineName
 
isCapStation1() - Method in class com.rcll.domain.MachineName
 
isCapStation2() - Method in class com.rcll.domain.MachineName
 
isCyan() - Method in class com.rcll.domain.MachineName
 
isCyan() - Method in class com.rcll.domain.ZoneName
 
isCyan() - Method in class com.rcll.refbox.RefboxClient
 
isDeliveryStation() - Method in class com.rcll.domain.MachineName
 
isDummyMachine() - Method in class com.rcll.domain.MachineName
 
isMagenta() - Method in class com.rcll.domain.MachineName
 
isMagenta() - Method in class com.rcll.domain.ZoneName
 
isMagenta() - Method in class com.rcll.refbox.RefboxClient
 
isRingStation() - Method in class com.rcll.domain.MachineName
 
isRingStation1() - Method in class com.rcll.domain.MachineName
 
isRingStation2() - Method in class com.rcll.domain.MachineName
 
isRobotActive(long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
isRobotConnected(long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
isRobotsStopped() - Method in class com.rcll.robot.RobotClient
 
isStorageStation() - Method in class com.rcll.domain.MachineName
 

K

Key - Class in com.rcll.llsf_comm
 
Key(int, int) - Constructor for class com.rcll.llsf_comm.Key
 

M

Machine - Enum in com.rcll.domain
 
MachineName - Class in com.rcll.domain
 
MachineName(TeamColor, Machine) - Constructor for class com.rcll.domain.MachineName
 
MachineName(String) - Constructor for class com.rcll.domain.MachineName
 
MachineSide - Enum in com.rcll.domain
 
MachineState - Enum in com.rcll.domain
 
MAGENTA - com.rcll.domain.TeamColor
 
MAINTENANCE - com.rcll.domain.PeerState
 
MESSAGE_HEADER_SIZE - Static variable in class com.rcll.llsf_comm.ProtobufMessage
 
mirror() - Method in class com.rcll.domain.MachineName
 
mirror() - Method in class com.rcll.domain.ZoneName
 
MountCap - com.rcll.domain.CapStationInstruction
 
msg - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
msg_id - Variable in class com.rcll.llsf_comm.Key
 
msg_id - Variable in class com.rcll.llsf_comm.ProtobufMessage
 

O

Orange - com.rcll.domain.RingColor
 
Order - Class in com.rcll.domain
 
Order() - Constructor for class com.rcll.domain.Order
 
Output - com.rcll.domain.MachineSide
 

P

Paused - com.rcll.domain.GameState
 
payload_size - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
Peer - Class in com.rcll.domain
 
Peer() - Constructor for class com.rcll.domain.Peer
 
PeerConfig - Class in com.rcll.refbox
 
PeerConfig() - Constructor for class com.rcll.refbox.PeerConfig
 
PeerState - Enum in com.rcll.domain
 
PointEstimator - Class in com.rcll.utils
 
PointEstimator() - Constructor for class com.rcll.utils.PointEstimator
 
Pose - Class in com.rcll.domain
 
Pose() - Constructor for class com.rcll.domain.Pose
 
PostGame - com.rcll.domain.GamePhase
 
PreGame - com.rcll.domain.GamePhase
 
PREPARED - com.rcll.domain.MachineState
 
PROCESSED - com.rcll.domain.MachineState
 
PROCESSING - com.rcll.domain.MachineState
 
ProductComplexity - Enum in com.rcll.domain
 
Production - com.rcll.domain.GamePhase
 
ProductionPointsConfig - Class in com.rcll.domain
 
ProductionPointsConfig() - Constructor for class com.rcll.domain.ProductionPointsConfig
 
ProtobufConnection - Interface in com.rcll.llsf_comm
 
ProtobufFrameHeader - Class in com.rcll.llsf_comm
This class represents the frame header of messages.
ProtobufFrameHeader() - Constructor for class com.rcll.llsf_comm.ProtobufFrameHeader
 
ProtobufMessage - Class in com.rcll.llsf_comm
This class is a wrapper for protobuf messages.
ProtobufMessage(int, int) - Constructor for class com.rcll.llsf_comm.ProtobufMessage
Instantiates a new ProtobufMessage.
ProtobufMessage(int, int, GeneratedMessageV3) - Constructor for class com.rcll.llsf_comm.ProtobufMessage
Instantiates a new ProtobufMessage with an instance of the actual protobuf message.
ProtobufMessageHandler - Interface in com.rcll.llsf_comm
The Interface ProtobufMessageHandler is used to handle received protobuf messages.
ProtobufServer - Class in com.rcll.protobuf_lib
 
ProtobufServer(int, RobotConnections, IRobotMessageThreadFactory, Consumer<Integer>) - Constructor for class com.rcll.protobuf_lib.ProtobufServer
 
ProtobufTcpConnection - Class in com.rcll.llsf_comm
The ProtobufClient is a client to communicate with a refbox via protobuf messages.
ProtobufTcpConnection(String, int) - Constructor for class com.rcll.llsf_comm.ProtobufTcpConnection
Instantiates a new ProtobufClient.
ProtobufUpdBroadcastConnection - Class in com.rcll.llsf_comm
The ProtobufBroadcastPeer provides the possibility to communicate with a refbox using broadcast messages.
ProtobufUpdBroadcastConnection(String, int, int) - Constructor for class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Instantiates a new ProtobufBroadcastPeer.
ProtobufUpdBroadcastConnection(String, int, int, boolean, int, String) - Constructor for class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Instantiates a new ProtobufBroadcastPeer with a cipher and an encryption key.
protocolVersion - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
putBool(ByteBuffer, boolean) - Static method in class com.rcll.robot.RobotHandler
 

R

READY_AT_OUTPUT - com.rcll.domain.MachineState
 
Red - com.rcll.domain.Base
 
RefboxClient - Class in com.rcll.refbox
 
RefboxClient(RefboxConnectionConfig, TeamConfig, RefboxHandler, RefboxHandler, int) - Constructor for class com.rcll.refbox.RefboxClient
 
RefboxConnectionConfig - Class in com.rcll.refbox
 
RefboxConnectionConfig() - Constructor for class com.rcll.refbox.RefboxConnectionConfig
 
RefboxHandler - Class in com.rcll.refbox
 
RefboxHandler() - Constructor for class com.rcll.refbox.RefboxHandler
 
register_handler(ProtobufMessageHandler) - Method in class com.rcll.llsf_comm.ProtobufTcpConnection
Registers a new ProtobufMessageHandler responsible for handling and deserializing incoming protobuf messages.
register_handler(ProtobufMessageHandler) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Registers a new ProtobufMessageHandler responsible for handling and deserializing incoming protobuf messages.
removeLostRobot(Socket) - Method in class com.rcll.protobuf_lib.RobotConnections
 
removeRobot(long) - Method in class com.rcll.protobuf_lib.RobotConnections
 
reserved1 - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
reserved2 - Variable in class com.rcll.llsf_comm.ProtobufMessage
 
RetrieveCap - com.rcll.domain.CapStationInstruction
 
Ring - Class in com.rcll.domain
 
Ring() - Constructor for class com.rcll.domain.Ring
 
RingColor - Enum in com.rcll.domain
 
RobotBeacon - Class in com.rcll.domain
 
RobotBeacon() - Constructor for class com.rcll.domain.RobotBeacon
 
RobotClient - Class in com.rcll.robot
 
RobotClient(int) - Constructor for class com.rcll.robot.RobotClient
 
RobotClient(RobotTaskCreator, int) - Constructor for class com.rcll.robot.RobotClient
 
RobotClient(RobotTaskCreator, RobotConnections) - Constructor for class com.rcll.robot.RobotClient
 
robotConnections - Variable in class com.rcll.robot.RobotClient
 
RobotConnections - Class in com.rcll.protobuf_lib
 
RobotConnections(int) - Constructor for class com.rcll.protobuf_lib.RobotConnections
 
RobotHandler - Class in com.rcll.robot
 
RobotHandler(RobotConnections, IRobotMessageThreadFactory, Consumer<Integer>) - Constructor for class com.rcll.robot.RobotHandler
 
RobotMessageRegister - Class in com.rcll.protobuf_lib
 
RobotServer - Class in com.rcll.robot
 
RobotServer(int, int, IRobotMessageThreadFactory, Consumer<Integer>, RobotTaskCreator) - Constructor for class com.rcll.robot.RobotServer
 
robotsStopped - Variable in class com.rcll.robot.RobotClient
 
robotTaskCreator - Variable in class com.rcll.robot.RobotClient
 
RobotTaskCreator - Class in com.rcll.robot
 
RobotTaskCreator() - Constructor for class com.rcll.robot.RobotTaskCreator
 
RS1 - com.rcll.domain.Machine
 
RS2 - com.rcll.domain.Machine
 
run() - Method in class com.rcll.protobuf_lib.ProtobufServer
 
run() - Method in class com.rcll.robot.HandleRobotMessageThread
 
run() - Method in class com.rcll.robot.RobotHandler
 
Running - com.rcll.domain.GameState
 

S

send_to_robot(long, ProtobufMessage) - Method in class com.rcll.protobuf_lib.RobotConnections
 
send_to_robot(long, T) - Method in class com.rcll.protobuf_lib.RobotConnections
 
sendBeaconSignal(int, String, float, float, float) - Method in class com.rcll.refbox.RefboxClient
 
sendBufferCap(Long, Long, MachineName, Integer) - Method in class com.rcll.robot.RobotClient
 
sendDeliverTaskToRobot(Long, Long, String, MachineSide, Integer) - Method in class com.rcll.robot.RobotClient
 
sendDummyTaskToRobot(Long, String, MachineSide) - Method in class com.rcll.robot.RobotClient
 
sendGetTaskToRobot(Long, Long, String, MachineSide, Integer) - Method in class com.rcll.robot.RobotClient
 
sendMoveTask(Long, Long, MachineName, MachineSide) - Method in class com.rcll.robot.RobotClient
 
sendMoveToZoneTask(Long, Long, String) - Method in class com.rcll.robot.RobotClient
 
sendPrepareBS(MachineSide, Base) - Method in class com.rcll.refbox.RefboxClient
 
sendPrepareCS(Machine, CapStationInstruction) - Method in class com.rcll.refbox.RefboxClient
 
sendPrepareDS(int) - Method in class com.rcll.refbox.RefboxClient
 
sendPrepareRS(Machine, RingColor) - Method in class com.rcll.refbox.RefboxClient
 
sendPrepareSS(Machine, int, int) - Method in class com.rcll.refbox.RefboxClient
 
sendPrsTaskToRobot(AgentTasksProtos.AgentTask) - Method in class com.rcll.robot.RobotClient
 
sendReportMachine(MachineName, ZoneName, int) - Method in class com.rcll.refbox.RefboxClient
 
sendResetMachine(Machine) - Method in class com.rcll.refbox.RefboxClient
 
sendToRobot(long, T) - Method in class com.rcll.robot.RobotClient
 
sendWaitingTaskToRobot(Long, String) - Method in class com.rcll.robot.RobotClient
 
serialize(boolean, BufferEncryptor) - Method in class com.rcll.llsf_comm.ProtobufMessage
Serializes the ProtobufMessage.
set_component_id(int) - Method in class com.rcll.llsf_comm.ProtobufMessage
Sets the component ID of the message.
set_message(GeneratedMessageV3) - Method in class com.rcll.llsf_comm.ProtobufMessage
Sets the protobuf message.
set_message_id(int) - Method in class com.rcll.llsf_comm.ProtobufMessage
Sets the message ID of the message.
set_socket(Socket) - Method in class com.rcll.robot.RobotHandler
 
setCipher(int) - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
setEncrypt(boolean, int, String) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Enables encryption with the given cipher and encryption key.
setPayloadSize(int) - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
setProtocolVersion(int) - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
setReserved1(int) - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
setReserved2(int) - Method in class com.rcll.llsf_comm.ProtobufFrameHeader
 
Setup - com.rcll.domain.GamePhase
 
Shelf - com.rcll.domain.MachineSide
 
Silver - com.rcll.domain.Base
 
Slide - com.rcll.domain.MachineSide
 
SS - com.rcll.domain.Machine
 
start() - Method in class com.rcll.protobuf_lib.ProtobufServer
 
start() - Method in class com.rcll.robot.RobotServer
 
start(String) - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Opens the socket to be able to send messages and starts listening on the receive port passed to the constructor.
startAllRobots() - Method in class com.rcll.robot.RobotClient
 
startServer() - Method in class com.rcll.refbox.RefboxClient
 
stop() - Method in class com.rcll.llsf_comm.ProtobufUpdBroadcastConnection
Stops the ProtobufBroadcastPeer and closes the sockets.
stopAllRobots() - Method in class com.rcll.robot.RobotClient
 

T

TeamColor - Enum in com.rcll.domain
 
TeamConfig - Class in com.rcll.refbox
 
TeamConfig() - Constructor for class com.rcll.refbox.TeamConfig
 
timeout() - Method in interface com.rcll.llsf_comm.ProtobufMessageHandler
 
timeout() - Method in class com.rcll.refbox.RefboxHandler
 
toProto() - Method in class com.rcll.domain.ZoneName
 
toString() - Method in class com.rcll.domain.MachineName
 
toString() - Method in class com.rcll.domain.Zone
 
toString() - Method in class com.rcll.domain.ZoneName
 

U

UNDEFINED - com.rcll.domain.MachineState
 
UnknownEncryptionMethodException - Exception in com.rcll.llsf_exceptions
 
UnknownEncryptionMethodException(String) - Constructor for exception com.rcll.llsf_exceptions.UnknownEncryptionMethodException
 
UnknownProtocolVersionException - Exception in com.rcll.llsf_exceptions
 
UnknownProtocolVersionException(String) - Constructor for exception com.rcll.llsf_exceptions.UnknownProtocolVersionException
 
updateMachineStates(MachineInfoProtos.MachineInfo) - Method in class com.rcll.refbox.RefboxClient
 
updateRobotBeacon(BeaconSignalProtos.BeaconSignal) - Method in class com.rcll.protobuf_lib.RobotConnections
 

V

valueOf(String) - Static method in enum com.rcll.domain.Base
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.Cap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.CapStationInstruction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.GamePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.GameState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.Machine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.MachineSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.MachineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.PeerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.ProductComplexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.RingColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rcll.domain.TeamColor
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.rcll.domain.Base
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.Cap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.CapStationInstruction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.GamePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.GameState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.Machine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.MachineSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.MachineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.PeerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.ProductComplexity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.RingColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rcll.domain.TeamColor
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT_IDLE - com.rcll.domain.MachineState
 
WaitStart - com.rcll.domain.GameState
 

Y

Yellow - com.rcll.domain.RingColor
 

Z

Zone - Class in com.rcll.domain
 
Zone() - Constructor for class com.rcll.domain.Zone
 
ZoneName - Class in com.rcll.domain
 
ZoneName() - Constructor for class com.rcll.domain.ZoneName
 
A B C D E F G H I K M O P R S T U V W Y Z 
All Classes All Packages