Re: [ros-users] Ros Communications

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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