Package network_monitor_udp :: Module udpmoncli :: Class MonitorClient
[frames] | no frames]

Class MonitorClient

source code

MonitorSource --+
                |
               MonitorClient

Instance Methods
 
__init__(self, latencybins, destaddr, rate, pkt_length, paused=False, sourceaddr=None) source code
 
dns_thread_entry(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
get_smart_bins(self, window) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
get_source_id(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
get_statistics(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
hit_send_rate_limit(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
init_socket(self, sourceaddr=None) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
process_rcvd_packet(self, send_time, echo_time, recv_time, seq_num) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
receive_ros_feedback(self, msg) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
recv_thread_entry(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
resolve_addr(self, addr) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
send_thread_entry(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
set_tx_bandwidth(self, bw) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
shutdown(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
start_monitor(self, sourceaddr=None) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
 
stop_monitor(self) (Inherited from network_monitor_udp.udpmoncli.MonitorSource) source code
Method Details

__init__(self, latencybins, destaddr, rate, pkt_length, paused=False, sourceaddr=None)
(Constructor)

source code 
Overrides: MonitorSource.__init__