|
grepros 1.3.0
grep for ROS bag files and live topics
|

Public Member Functions | |
| __init__ (self, count, firsts, lasts) | |
| __bool__ (self) | |
| __contains__ (self, item) | |
| __getattr__ (self, name) | |
| __getitem__ (self, key) | |
| __len__ (self) | |
| __nonzero__ (self) | |
Object for <topic x> replacements in condition expressions. - len(topic) -> number of messages processed in topic - bool(topic) -> whether there are any messages in topic - topic[x] -> history at -1 -2 for last and but one, or 0 1 for first and second - topic.x -> attribute x of last message - value in topic -> whether any field of last message contains value - value in topic[x] -> whether any field of topic history at position contains value
| __contains__ | ( | self, | |
| item | |||
| ) |
| __getattr__ | ( | self, | |
| name | |||
| ) |
| __getitem__ | ( | self, | |
| key | |||
| ) |