DJI::OSDK::PosixThread Class Reference
POSIX-compatible threading implementation for *NIX systems. More...
#include <posix_thread.hpp>
Inherits Thread.
Public Member Functions | |
PosixThread (Vehicle *vehicle, int type) | |
bool | createThread () |
int | stopThread () |
Detailed Description
POSIX-compatible threading implementation for *NIX systems.
Threading is handled by the Vehicle, you do not need to manage threads for nominal usage.
The documentation for this class was generated from the following files:
- osdk-core/platform/linux/inc/posix_thread.hpp
- osdk-core/platform/linux/src/posix_thread.cpp