Changeset 202 in pacpusframework for trunk/examples
- Timestamp:
- Oct 29, 2013, 3:40:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/ProducerConsumerExample/ProducerExample.cpp
r177 r202 94 94 ); 95 95 96 if (imageOutput && imageOutput->hasConnection()) { 97 imageOutput->send(mat); 98 } 96 checkedSend(imageOutput, mat); 99 97 100 98 LOG_INFO("Sent data=" << counter << ", time=" << road_time());
Note:
See TracChangeset
for help on using the changeset viewer.