Re: [ros-users] How to get copy of message using MessageEven…

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] How to get copy of message using MessageEvent callback?
On Mon, Oct 25, 2010 at 10:17 AM, Patrick Bouffard <
> wrote:

> Also a related question: if the MessageEvent style callback is used,
> does (or can) this defer deserialization until getMessage is called,
> or skip it altogether (by never calling getMessage)? If not is there a
> way to keep a subscriber active, and a callback called when messages
> are received, but to not deserialize them? It seems like, e.g.,
> ShapeShifter from topic_tools might do the trick--however it doesn't
> appear to be documented, is the API stable?
>
>

MessageEvent does not, something like ShapeShifter is the way to go at this
point. I don't know if ShapeShifter itself is considered public API at this
point.

Josh