thread

3 posts / 0 new
Last post
His Nerdship's picture
Offline
Last seen: 4 years 9 months ago
Joined: 05/08/2019
Posts: 18
Adding a std::thread-based ReadCondition to a Waitset (C++)

I am writing a (modern C++) module to simulate a device that connects to a central registry to send and obtain information.  The registry and device each pass data both ways, so act as both subscribers and publishers.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 6 years 2 months ago
Joined: 10/18/2017
Posts: 13
How to change thread priority?

Hello everyone,

I am having some troubles with thread priorities.

I am running a pub/sub application on VxWorks and I notice that for each pub/sub that I run, 4 threads with priority 71 are created (named RTIOsapi).

I looked for it on the platform notes and I noticed that "71" is the THREAD_PRIORITY_ABOVE_NORMAL value for VxWorks.

I would like to change this value somewhere in the XML QoS file. I found out that there is a tag:

<thread>

     <priority>...</priority>

</thread>

6 posts / 0 new
Last post
Offline
Last seen: 7 years 10 months ago
Joined: 12/14/2015
Posts: 23
Easy question on write_w_timestamp_untyped

At this web page:  http://community.rti.com/rti-doc/45f/ndds.4.5f/doc/html/api_java/interfacecom_1_1rti_1_1dds_1_1publication_1_1DataWriter.html#908102c9730fb19be447ed4af01da75e

I found documentation for the write_w_timestamp_untyped.  The documenation says, "Publish a data sample using the given time instead of the current time".

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 8 years 2 months ago
Joined: 07/30/2015
Posts: 2
Read with query condition - .Net thread safety

I am using the C# .Net API for RTI Community DDS.

I am trying to query DDS on demand using a QueryCondition and read_w_condition() on a typed DataReader. I am trying to use the DataReader to access or take data I have previously published on demand from the application so that I can use DDS as a store of data. I am using multiple threads as I am servicing multiple interfaces.

Subscribe to RSS - thread