C# 클래스 Forseti.PiEMOSTimer

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
HashPacketReceived ( Hashtable t, string senderAddress ) : void
PiEMOSTimer ( string piemosAddress, int listen, int send ) : System
Run ( ) : void
SendCommand ( string cmd ) : 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

PiEMOSTimer() 공개 메소드

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

Run() 공개 메소드

public Run ( ) : void
리턴 void

SendCommand() 공개 메소드

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

SendConfigData() 공개 메소드

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

SendControlData() 공개 메소드

public SendControlData ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

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