Quote:
Originally Posted by techhelpbb
What level of granuality is being exposed to students?
|
Students programming in LabVIEW don't have to be exposed at all. If they choose to, they can use timed loops and specify core affinity for each loop.
In C++, students are exposed directly to the Linux process / thread controls you would expect from a typical system, with the addition of real-time scheduler priorities.
As for Java, I'm not sure how it's exposed.