Public Member Functions | |
def | __init__ |
def | create_publisher |
def | event |
def | is_publishing |
def | message_cleared |
def | message_viewed |
def | start_clock_publishing |
def | start_publishing |
def | stop |
def | stop_clock_publishing |
def | stop_publishing |
Public Attributes | |
timeline | |
Private Attributes | |
_publish_clock | |
_publishers | |
_publishing |
This object handles publishing messages as the playhead passes over their position
def rqt_bag.player.Player.__init__ | ( | self, | |
timeline | |||
) |
def rqt_bag.player.Player.create_publisher | ( | self, | |
topic, | |||
msg | |||
) |
def rqt_bag.player.Player.event | ( | self, | |
event | |||
) |
def rqt_bag.player.Player.is_publishing | ( | self, | |
topic | |||
) |
def rqt_bag.player.Player.message_cleared | ( | self | ) |
def rqt_bag.player.Player.message_viewed | ( | self, | |
bag, | |||
msg_data | |||
) |
def rqt_bag.player.Player.start_clock_publishing | ( | self | ) |
def rqt_bag.player.Player.start_publishing | ( | self, | |
topic | |||
) |
def rqt_bag.player.Player.stop | ( | self | ) |
def rqt_bag.player.Player.stop_clock_publishing | ( | self | ) |
def rqt_bag.player.Player.stop_publishing | ( | self, | |
topic | |||
) |
rqt_bag::player.Player::_publish_clock [private] |
rqt_bag::player.Player::_publishers [private] |
rqt_bag::player.Player::_publishing [private] |