Quote:
Originally Posted by SquishyIce
I can't seem to find the task class in my WPILib API. Could it be under a different name? Also, how exactly would I create a new thread and populate it with instructions/commands? Sorry, I'm entirely new to this concept and pretty much have no clue what I'm doing.
|
I'm on my laptop and I don't have the 2015 WPILib there, but in 2014's there's a task class.
https://github.com/Talos4757/wpilib/blob/master/Task.h
https://github.com/Talos4757/wpilib/...aster/Task.cpp
It uses the VxWorks TaskLib (which is probably POSIX compatible). I think that thhis year they use POSIX threads since the RoboRIO runs Linux (with RT extensions).