C# Class Forseti.PiEMOSConfiger

Inheritance: HashPacketListener
Afficher le fichier Open project: pioneers/forseti Class Usage Examples

Méthodes publiques

Свойство Type Description
ConfigIsBlueAlliance bool
ConfigTeamName string
ConfigTeamNumber int
autonomous bool
halt bool
matchTime byte
robot bool
stage string
teleop bool

Méthodes publiques

Méthode 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

Méthode Description
Send ( Hashtable t ) : void
Send ( string name, Hashtable t ) : void

Method Details

HashPacketReceived() public méthode

public HashPacketReceived ( Hashtable t, string senderAddress ) : void
t System.Collections.Hashtable
senderAddress string
Résultat void

PiEMOSConfiger() public méthode

public PiEMOSConfiger ( string piemosAddress, int listen, int send, string config ) : System
piemosAddress string
listen int
send int
config string
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

SendCommand() public méthode

public SendCommand ( string cmd ) : void
cmd string
Résultat void

SendConfigData() public méthode

public SendConfigData ( Hashtable teamInfo, string configFile ) : void
teamInfo System.Collections.Hashtable
configFile string
Résultat void

SendConfigData() public méthode

public SendConfigData ( string configFile ) : void
configFile string
Résultat void

SendControlData() public méthode

public SendControlData ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

ConfigIsBlueAlliance public_oe property

public bool ConfigIsBlueAlliance
Résultat bool

ConfigTeamName public_oe property

public string ConfigTeamName
Résultat string

ConfigTeamNumber public_oe property

public int ConfigTeamNumber
Résultat int

autonomous public_oe property

public bool autonomous
Résultat bool

halt public_oe property

public bool halt
Résultat bool

matchTime public_oe property

public byte matchTime
Résultat byte

robot public_oe property

public bool robot
Résultat bool

stage public_oe property

public string stage
Résultat string

teleop public_oe property

public bool teleop
Résultat bool