#include <iostream>
#include <vector>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | Candidate |
Candidate validation. More... | |
Enumerations | |
enum | TypeClassification { PEDESTRIAN, NON_PEDESTRIAN, UNKNOWN, VEHICLE, PEDESTRIAN, UNKNOWN, PEDESTRIAN, UNKNOWN } |
Functions | |
int | main () |
void | separte_loop () |
Variables | |
int | var1 |
enum TypeClassification |
Enumerator | |
---|---|
PEDESTRIAN | |
NON_PEDESTRIAN | |
UNKNOWN | |
VEHICLE | |
PEDESTRIAN | |
UNKNOWN | |
PEDESTRIAN | |
UNKNOWN |
Definition at line 7 of file thread_example.cpp.
int main | ( | ) |
Definition at line 86 of file thread_example.cpp.
void separte_loop | ( | ) |
Definition at line 77 of file thread_example.cpp.
int var1 |
Definition at line 75 of file thread_example.cpp.