realtime_tools
Links
C++ API
Page Hierarchy
Class Hierarchy
File Hierarchy
Full C++ API
Namespaces
Classes and Structs
Functions
Variables
Typedefs
Typedef NATIVE_THREAD_HANDLE
Typedef realtime_tools::LockFreeMPMCQueue
Typedef realtime_tools::LockFreeSPSCQueue
Typedef realtime_tools::prio_inherit_mutex
Typedef realtime_tools::prio_inherit_recursive_mutex
Typedef realtime_tools::RealtimePublisherSharedPtr
Directories
Files
Pages
Standard Documents
Documentation
Index
realtime_tools
C++ API
Typedef realtime_tools::RealtimePublisherSharedPtr
View page source
Typedef realtime_tools::RealtimePublisherSharedPtr
Defined in
File realtime_publisher.hpp
Typedef Documentation
template
<
class
MessageT
>
using
realtime_tools
::
RealtimePublisherSharedPtr
=
std
::
shared_ptr
<
RealtimePublisher
<
MessageT
>
>