Re: [ros-users] Ros Communications

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] Ros Communications
On Mon, Dec 6, 2010 at 4:34 AM, Piotr Trojanek <> wrote:
> The boost::archive compatible XDR (de)coder is here:
>
> https://github.com/ptroja/mrrocpp/tree/master/src/base/lib/xdr/
>


Neat. You don't handle e.g. serialization::collection_size_type
explicitly; have you attempted to e.g. send a vector<int> from a 32
bit machine to a 64 bit machine?

-t