synchronizer
Welcome to synchronizer’s documentation!
Synchronizer
Overview
Python
Demos
Limitation
Installation and compilation
Licence
Copyright
Author
C++ API
C++ API
Class list
File list
Namespace list
C++ API and example
Indices and Tables
License and Copyrights
C++ API
Class list
Class synchronizer::Follower
Class synchronizer::Follower_sync
Class synchronizer::Leader
Class synchronizer::Leader_sync
File list
Namespace list
C++ API and example
synchronizer
»
C++ API
»
Class list
»
Class synchronizer::Leader_sync
View page source
Class synchronizer::Leader_sync
¶
class
synchronizer
::
Leader_sync
¶
Public Functions
Leader_sync
(
std
::
string
memory_segment
,
bool
sync_on_start
=
false
)
¶
void
wait
(
)
¶
void
notify
(
)
¶
void
pulse
(
)
¶
void
start_sync
(
long
int
timeout
)
¶
void
stop_sync
(
)
¶
Private Members
std
::
string
memory_segment_
¶
bool
is_sync_mode_
¶
shared_memory
::
LockedConditionVariable
cv_
¶