Example of unbounded sequence in C++?

2 posts / 0 new
Last post
Offline
Last seen: 7 years 8 months ago
Joined: 04/23/2013
Posts: 17
Example of unbounded sequence in C++?

I am looking a simple example of unbounded sequence type. For example:

   struct mySeq{

       sequence<short> data;

}

How do I fill in the random data on the publisher, and parse it on the subscriber?

Thanks

 

Offline
Last seen: 2 months 2 weeks ago
Joined: 04/02/2013
Posts: 194

You may find this blog post useful: Unbounded Support For Sequences and Strings