grepros 1.3.0
grep for ROS bag files and live topics
Loading...
Searching...
No Matches
ConditionMixin.Message Class Reference
Inheritance diagram for ConditionMixin.Message:
Inheritance graph

Public Member Functions

 __init__ (self, msg)
 
 __contains__ (self, item)
 
 __getattr__ (self, name)
 

Detailed Description

Object for current topic message in condition expressions.

- value in msg -> whether any message field contains value
- msg.x        -> attribute x of message

Definition at line 330 of file inputs.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
  msg 
)

Definition at line 338 of file inputs.py.

Member Function Documentation

◆ __contains__()

__contains__ (   self,
  item 
)
Returns whether value exists in any message field.

Definition at line 342 of file inputs.py.

◆ __getattr__()

__getattr__ (   self,
  name 
)
Returns attribute value of message.

Definition at line 351 of file inputs.py.


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