PHP 클래스 Joli\ArDrone\Client

상속: extends Evenement\EventEmitter
파일 보기 프로젝트 열기: jolicode/php-ar-drone

공개 프로퍼티들

프로퍼티 타입 설명
$disableEmergency boolean
$lastAltitude integer
$lastBattery integer
$lastState string

공개 메소드들

메소드 설명
__call ( $name, $arguments )
__construct ( )
after ( $duration, $fn )
createRepl ( )
emitState ( $e, $state, $currentState )
getLoop ( ) : React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop
getUdpNavdata ( ) : mixed
start ( )
startUdpNavdata ( )

비공개 메소드들

메소드 설명
startUdpControl ( )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

public __construct ( )

after() 공개 메소드

public after ( $duration, $fn )

createRepl() 공개 메소드

public createRepl ( )

emitState() 공개 메소드

public emitState ( $e, $state, $currentState )

getLoop() 공개 메소드

public getLoop ( ) : React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop
리턴 React\EventLoop\LibEventLoop | React\EventLoop\StreamSelectLoop

getUdpNavdata() 공개 메소드

public getUdpNavdata ( ) : mixed
리턴 mixed

start() 공개 메소드

public start ( )

startUdpNavdata() 공개 메소드

public startUdpNavdata ( )

프로퍼티 상세

$disableEmergency 공개적으로 프로퍼티

public bool $disableEmergency
리턴 boolean

$lastAltitude 공개적으로 프로퍼티

public int $lastAltitude
리턴 integer

$lastBattery 공개적으로 프로퍼티

public int $lastBattery
리턴 integer

$lastState 공개적으로 프로퍼티

public string $lastState
리턴 string