CARMA C++
SatThreadSync.h
Go to the documentation of this file.
1 #ifndef CARMA_CONTROL_SAT_THREAD_SYNC_H
2 #define CARMA_CONTROL_SAT_THREAD_SYNC_H
3 
12 
14 
15 
16 namespace carma {
17 namespace control {
18 
19 
20 class SubarrayControlImpl::TrackerThreadSync {
21  public:
22  explicit TrackerThreadSync( SubarrayControlImpl & sacImpl );
23 
24  virtual ~TrackerThreadSync( );
25 
26  private:
27 
28  const ::boost::recursive_mutex::scoped_lock scopedLock_;
29 };
30 
31 
32 } // namespace carma::control
33 } // namespace carma
34 
35 
36 #endif
Carma control interface server implementation.