Virtual Robot Racing League

Developer Center

VRRL
IStartup Interface Reference

Startup class interface required by every controller assembly to identify the robot controller to use More...

Public Member Functions

Type GetRobotControllerType ()
 Get the type that derives from RobotController to use for the simulation More...
 

Detailed Description

Startup class interface required by every controller assembly to identify the robot controller to use

Member Function Documentation

◆ GetRobotControllerType()

Type IStartup.GetRobotControllerType ( )

Get the type that derives from RobotController to use for the simulation

Returns
The type that derives from RobotController