C# Class Ev3devMapping.ReplayableUDPClient

Inheritance: Ev3devMapping.ReplayableClient
Mostrar archivo Open project: bmegli/ev3dev-mapping-ui

Public Methods

Method Description
GetFirstPacketTimestampUs ( ) : ulong
IsPacketWaiting ( ) : bool
ReceiveOne ( datagram ) : bool

Protected Methods

Method Description
Awake ( ) : void
FlushDump ( ) : void
GetReplayFilename ( ) : string
GetReplayFilename ( string postfix ) : string
InitRecordTo ( string filename ) : void
InitReplayFrom ( string filename ) : void
OnDestroy ( ) : void
Send ( packet ) : void
Start ( ) : void
StartExclusiveReplay ( ) : void
StartReplay ( int time_offset ) : void
StopReplay ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

FlushDump() protected method

protected FlushDump ( ) : void
return void

GetFirstPacketTimestampUs() public method

public GetFirstPacketTimestampUs ( ) : ulong
return ulong

GetReplayFilename() protected method

protected GetReplayFilename ( ) : string
return string

GetReplayFilename() protected method

protected GetReplayFilename ( string postfix ) : string
postfix string
return string

InitRecordTo() protected method

protected InitRecordTo ( string filename ) : void
filename string
return void

InitReplayFrom() protected method

protected InitReplayFrom ( string filename ) : void
filename string
return void

IsPacketWaiting() public method

public IsPacketWaiting ( ) : bool
return bool

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

ReceiveOne() public method

public ReceiveOne ( datagram ) : bool
return bool

Send() protected method

protected Send ( packet ) : void
return void

Start() protected abstract method

protected abstract Start ( ) : void
return void

StartExclusiveReplay() protected method

protected StartExclusiveReplay ( ) : void
return void

StartReplay() protected method

protected StartReplay ( int time_offset ) : void
time_offset int
return void

StopReplay() protected method

protected StopReplay ( ) : void
return void