C# Class Forseti.GoalFlagsConnection

Inheritance: LCM.LCM.LCMSubscriber
显示文件 Open project: pioneers/forseti Class Usage Examples

Public Methods

Method Description
GoalFlagsConnection ( LCM lcm, CubeRouteField field ) : System
MessageReceived ( LCM lcm, string channel, LCM dins ) : void
Run ( ) : void
Start ( ) : void

Method Details

GoalFlagsConnection() public method

public GoalFlagsConnection ( LCM lcm, CubeRouteField field ) : System
lcm LCM.LCM.LCM
field CubeRouteField
return System

MessageReceived() public method

public MessageReceived ( LCM lcm, string channel, LCM dins ) : void
lcm LCM.LCM.LCM
channel string
dins LCM.LCM.LCM
return void

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void