MyRP2_ui_core
Loading...
Searching...
No Matches
test_widget_on_serial_monitor.cpp File Reference
#include "test_widget_on_serial_monitor.h"
#include <sstream>

Go to the source code of this file.

Variables

std::map< ControlledObjectStatus, std::string > status_to_string
 

Detailed Description

Author
xiansnn (xians.nosp@m.nn@h.nosp@m.otmai.nosp@m.l.co.nosp@m.m)
Version
0.1
Date
2024-05-30

Definition in file test_widget_on_serial_monitor.cpp.

Variable Documentation

◆ status_to_string

std::map<ControlledObjectStatus, std::string> status_to_string
Initial value:
{
{ControlledObjectStatus::IS_WAITING, "IS_WAITING"},
{ControlledObjectStatus::HAS_FOCUS, "HAS_FOCUS"},
{ControlledObjectStatus::IS_ACTIVE, "IS_ACTIVE"}}

Definition at line 14 of file test_widget_on_serial_monitor.cpp.