Receive-side packet processor which calculates latency on the incoming frames, matching a filter. More...
Methods | |
Description.Get | |
Returns a textual description of the object. | |
Duration.Get | |
Returns the duration for which the trigger will be active. | |
Duration.Set | |
Sets the duration for which the trigger will be active. More... | |
Filter.SourceAddress.Get | |
Returns the source address field of the packet filter. More... | |
Filter.SourceAddress.Set | |
Sets the source address field of the packet filter. More... | |
Filter.Udp.DestinationPort.Get | |
Returns the destination port field of the packet filter. More... | |
Filter.Udp.DestinationPort.Set | |
Sets the destination port field of the packet filter. More... | |
Filter.Udp.SourcePort.Get | |
Returns the source port field of the packet filter. More... | |
Filter.Udp.SourcePort.Set | |
Sets the source port field of the packet filter. More... | |
Parent.Get | |
Returns the parent object. | |
Result.Clear | |
Resets the counter values to zero and empties the Result.History. More... | |
Result.Get | |
Returns the current result counters. More... | |
Result.History.Get | |
Returns the current History counters. More... | |
Receive-side packet processor which calculates latency on the incoming frames, matching a filter.
The basic latency processor extends the basic trigger . It provides additional information like latency and jitter. See Result.Get for more information.
The transmit time stamp of a packet is obtained from a time tag in the frame. This tag is configured on the FrameTag.Tx, which can be obtained via Frame::FrameTag.Time.Get.
A basic latency object can be created via a WirelessEndpoint, using WirelessEndpoint::Rx.Latency.Basic.Add
Rx.Latency.Basic.Mobile::Duration.Set |
Rx.Latency.Basic.Mobile::Filter.SourceAddress.Get |
Rx.Latency.Basic.Mobile::Filter.SourceAddress.Set |
Rx.Latency.Basic.Mobile::Filter.Udp.DestinationPort.Get |
Rx.Latency.Basic.Mobile::Filter.Udp.DestinationPort.Set |
Rx.Latency.Basic.Mobile::Filter.Udp.SourcePort.Get |
Rx.Latency.Basic.Mobile::Filter.Udp.SourcePort.Set |
Rx.Latency.Basic.Mobile::Result.Clear |
Rx.Latency.Basic.Mobile::Result.Get |
Returns the current result counters.
This method will return an object of Rx.Latency.Basic.ResultSnapshot. It will contain all the current Cumulative counters. To update the counters, call Refresh on Rx.Latency.Basic.ResultSnapshot
Returns:
<Rx.Latency.Basic.ResultSnapshot object>
Rx.Latency.Basic.Mobile::Result.History.Get |
Returns the current History counters.
This method returns a Rx.Latency.Basic.ResultHistory Object. This will contain the Cumulative and the Interval counters over time. Use this to create results over time.
Returns:
<Rx.Latency.Basic.ResultHistory object>