Public Member Functions | Private Attributes
rqt_console.filters.time_filter.TimeFilter Class Reference
Inheritance diagram for rqt_console.filters.time_filter.TimeFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def has_filter
def set_start_time
def set_stop_time
def set_stop_time_enabled
def test_message

Private Attributes

 _start_time
 _stop_time
 _stop_time_enabled

Detailed Description

Contains filter logic for a time filter.
If _stop_time_enabled is true then the message's time value must be between the dates provided
to be considered a match
If _stop_time_enabled is false then the time must simply be after _start_time

Definition at line 37 of file time_filter.py.


Constructor & Destructor Documentation

Definition at line 45 of file time_filter.py.


Member Function Documentation

Definition at line 81 of file time_filter.py.

Setter for _start_time
:param time" start datetime for filter ''QDateTime''
:emits filter_changed_signal: If _enabled is true

Definition at line 51 of file time_filter.py.

Setter for _stop_time
:param time" stop datetime for filter ''QDateTime''
:emits filter_changed_signal: If _enabled is true

Definition at line 61 of file time_filter.py.

Setter for _stop_time_enabled
:param checked" boolean flag to set ''bool''
:emits filter_changed_signal: If _enabled is true

Definition at line 71 of file time_filter.py.

Tests if the message matches the filter.
If _stop_time_enabled is true then the message's time value must be between the dates provided
to be considered a match
If _stop_time_enabled is false then the time must simply be after _start_time
:param message: the message to be tested against the filters, ''Message''
:returns: True if the message matches, ''bool''

Definition at line 84 of file time_filter.py.


Member Data Documentation

Definition at line 45 of file time_filter.py.

Definition at line 45 of file time_filter.py.

Definition at line 45 of file time_filter.py.


The documentation for this class was generated from the following file:


rqt_console
Author(s): Aaron Blasdel
autogenerated on Wed Sep 16 2015 06:57:57