Virtual Robot Racing League

Developer Center

VRRL
RobotControllerConnection Class Reference

Represents the connection between a robot and it's controller [Used by the simulation. Do not invoke or override.] More...

Public Member Functions

 RobotControllerConnection (IRobotExplorer robot, RobotController controller)
 [Used by the simulation. Do not invoke or override.] More...
 
void Update ()
 [Used by the simulation. Do not invoke or override.] More...
 
void ReceiveSignal (Arenas.ArenaSignals signal)
 [Used by the simulation. Do not invoke or override.] More...
 

Detailed Description

Represents the connection between a robot and it's controller [Used by the simulation. Do not invoke or override.]

Constructor & Destructor Documentation

◆ RobotControllerConnection()

RobotControllerConnection.RobotControllerConnection ( IRobotExplorer  robot,
RobotController  controller 
)

[Used by the simulation. Do not invoke or override.]

Parameters
robot
controller

Member Function Documentation

◆ ReceiveSignal()

void RobotControllerConnection.ReceiveSignal ( Arenas.ArenaSignals  signal)

[Used by the simulation. Do not invoke or override.]

Parameters
signal

◆ Update()

void RobotControllerConnection.Update ( )

[Used by the simulation. Do not invoke or override.]