Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Attributes
mrpt::gui::WxSubsystem::TWxMainThreadData Struct Reference

Detailed Description

Definition at line 170 of file WxSubsystem.h.

#include <mrpt/gui/WxSubsystem.h>

Public Attributes

std::thread m_wxMainThreadId
 The thread ID of wxMainThread, or 0 if it is not running. More...
 
std::promise< voidm_semWxMainThreadReady
 This is signaled when wxMainThread is ready. More...
 
std::promise< voidm_done
 
std::mutex m_csWxMainThreadId
 The critical section for accessing "m_wxMainThreadId". More...
 

Member Data Documentation

◆ m_csWxMainThreadId

std::mutex mrpt::gui::WxSubsystem::TWxMainThreadData::m_csWxMainThreadId

The critical section for accessing "m_wxMainThreadId".

Definition at line 178 of file WxSubsystem.h.

Referenced by mrpt::gui::WxSubsystem::createOneInstanceMainThread().

◆ m_done

std::promise<void> mrpt::gui::WxSubsystem::TWxMainThreadData::m_done

Definition at line 176 of file WxSubsystem.h.

Referenced by mrpt::gui::WxSubsystem::wxMainThread().

◆ m_semWxMainThreadReady

std::promise<void> mrpt::gui::WxSubsystem::TWxMainThreadData::m_semWxMainThreadReady

This is signaled when wxMainThread is ready.

Definition at line 175 of file WxSubsystem.h.

Referenced by mrpt::gui::WxSubsystem::createOneInstanceMainThread(), CDisplayWindow_WXAPP::OnInit(), and mrpt::gui::WxSubsystem::wxMainThread().

◆ m_wxMainThreadId

std::thread mrpt::gui::WxSubsystem::TWxMainThreadData::m_wxMainThreadId

The thread ID of wxMainThread, or 0 if it is not running.

Definition at line 173 of file WxSubsystem.h.

Referenced by mrpt::gui::WxSubsystem::createOneInstanceMainThread().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST