You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This one does not look right ENGINEBUTTON Enginestatus???
void polar_pi::SetPluginMessage(wxString &message_id, wxString &message_body)
{
if(message_id == _T("LOGBOOK_ENGINEBUTTON1"))
{
if(m_pPolarDialog)
m_pPolarDialog->polar->setEngineStatus(message_body);
}
}
@peter
Why is this here? What is it supposed to do? What does polar_pi have to do with LOGBOOK?
Is this a fragment of code that is not needed?
The text was updated successfully, but these errors were encountered:
polar_pi.cpp LINE 185
@peter
Why is this here? What is it supposed to do? What does polar_pi have to do with LOGBOOK?
Is this a fragment of code that is not needed?
The text was updated successfully, but these errors were encountered: