C# 클래스 Forseti.PiEMOSConfiger

상속: HashPacketListener
파일 보기 프로젝트 열기: pioneers/forseti 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConfigIsBlueAlliance bool
ConfigTeamName string
ConfigTeamNumber int
autonomous bool
halt bool
matchTime byte
robot bool
stage string
teleop bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Send ( Hashtable t ) : void
Send ( string name, Hashtable t ) : void

메소드 상세

HashPacketReceived() 공개 메소드

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

PiEMOSConfiger() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void

SendCommand() 공개 메소드

public SendCommand ( string cmd ) : void
cmd string
리턴 void

SendConfigData() 공개 메소드

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

SendConfigData() 공개 메소드

public SendConfigData ( string configFile ) : void
configFile string
리턴 void

SendControlData() 공개 메소드

public SendControlData ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

ConfigIsBlueAlliance 공개적으로 프로퍼티

public bool ConfigIsBlueAlliance
리턴 bool

ConfigTeamName 공개적으로 프로퍼티

public string ConfigTeamName
리턴 string

ConfigTeamNumber 공개적으로 프로퍼티

public int ConfigTeamNumber
리턴 int

autonomous 공개적으로 프로퍼티

public bool autonomous
리턴 bool

halt 공개적으로 프로퍼티

public bool halt
리턴 bool

matchTime 공개적으로 프로퍼티

public byte matchTime
리턴 byte

robot 공개적으로 프로퍼티

public bool robot
리턴 bool

stage 공개적으로 프로퍼티

public string stage
리턴 string

teleop 공개적으로 프로퍼티

public bool teleop
리턴 bool