Re: [ros-users] Ros Communications

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: 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