Public Member Functions | |
| bool | operator< (const TimeValue &timeValue) const |
| bool | operator== (const TimeValue &timeValue) const |
| bool | operator> (const TimeValue &timeValue) const |
| TimeValue (const ros::Time &time=ros::Time(), double value=0.0) | |
| TimeValue (const TimeValue &src) | |
Public Attributes | |
| ros::Time | time_ |
| double | value_ |
Definition at line 56 of file CurveDataSequencer.h.
| rqt_multiplot::CurveDataSequencer::TimeValue::TimeValue | ( | const ros::Time & | time = ros::Time(), |
| double | value = 0.0 |
||
| ) | [inline] |
Definition at line 58 of file CurveDataSequencer.h.
| rqt_multiplot::CurveDataSequencer::TimeValue::TimeValue | ( | const TimeValue & | src | ) | [inline] |
Definition at line 64 of file CurveDataSequencer.h.
| bool rqt_multiplot::CurveDataSequencer::TimeValue::operator< | ( | const TimeValue & | timeValue | ) | const [inline] |
Definition at line 77 of file CurveDataSequencer.h.
| bool rqt_multiplot::CurveDataSequencer::TimeValue::operator== | ( | const TimeValue & | timeValue | ) | const [inline] |
Definition at line 69 of file CurveDataSequencer.h.
| bool rqt_multiplot::CurveDataSequencer::TimeValue::operator> | ( | const TimeValue & | timeValue | ) | const [inline] |
Definition at line 73 of file CurveDataSequencer.h.
Definition at line 79 of file CurveDataSequencer.h.
Definition at line 82 of file CurveDataSequencer.h.