NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ff_common/thread.h>
#include <gflags/gflags.h>
#include <glog/logging.h>
#include <sys/time.h>
#include <thread>
Functions | |
DEFINE_int32 (num_threads,(std::thread::hardware_concurrency()==0 ? 2 :std::thread::hardware_concurrency()), "Number of threads to use for processing.") | |
DEFINE_int32 | ( | num_threads | , |
(std::thread::hardware_concurrency()==0 ? 2 :std::thread::hardware_concurrency()) | , | ||
"Number of threads to use for processing." | |||
) |