C# Class Forseti.PiEMOSConfiger

Inheritance: HashPacketListener
Show file Open project: pioneers/forseti Class Usage Examples

Public Properties

Property Type Description
ConfigIsBlueAlliance bool
ConfigTeamName string
ConfigTeamNumber int
autonomous bool
halt bool
matchTime byte
robot bool
stage string
teleop bool

Public Methods

Method Description
HashPacketReceived ( Hashtable t, string senderAddress ) : void
PiEMOSConfiger ( string piemosAddress, int listen, int send, string config ) : System
Run ( ) : void
SendCommand ( string cmd ) : void
SendConfigData ( Hashtable teamInfo, string configFile ) : void
SendConfigData ( string configFile ) : void
SendControlData ( ) : void
Start ( ) : void

Private Methods

Method Description
Send ( Hashtable t ) : void
Send ( string name, Hashtable t ) : void

Method Details

HashPacketReceived() public method

public HashPacketReceived ( Hashtable t, string senderAddress ) : void
t System.Collections.Hashtable
senderAddress string
return void

PiEMOSConfiger() public method

public PiEMOSConfiger ( string piemosAddress, int listen, int send, string config ) : System
piemosAddress string
listen int
send int
config string
return System

Run() public method

public Run ( ) : void
return void

SendCommand() public method

public SendCommand ( string cmd ) : void
cmd string
return void

SendConfigData() public method

public SendConfigData ( Hashtable teamInfo, string configFile ) : void
teamInfo System.Collections.Hashtable
configFile string
return void

SendConfigData() public method

public SendConfigData ( string configFile ) : void
configFile string
return void

SendControlData() public method

public SendControlData ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

ConfigIsBlueAlliance public property

public bool ConfigIsBlueAlliance
return bool

ConfigTeamName public property

public string ConfigTeamName
return string

ConfigTeamNumber public property

public int ConfigTeamNumber
return int

autonomous public property

public bool autonomous
return bool

halt public property

public bool halt
return bool

matchTime public property

public byte matchTime
return byte

robot public property

public bool robot
return bool

stage public property

public string stage
return string

teleop public property

public bool teleop
return bool