Unpack UDP packet s in eclipse
3 ビュー (過去 30 日間)
古いコメントを表示
I'm sending UDP packets from xpc target as double , I want to unpack it myself in eclipse , I know that it sends 512 bytes each time and that double is 16 bytes , but how about the header ? how many numbers could it sends each time this way ?
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 5 月 22 日
You should allow 28 bytes of headers (including the IP header and the UDP header)
This corresponds to 30 full 16-byte values.
Note: IEEE 754 double precision are 8 bytes each, and there is no standardized 16 byte floating type. A Fixed Point Toolbox number could be 16 bytes though.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Target Computer Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!