Re: [ros-users] Ros Communications

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: 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