yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentChatWidget::AutomationState Struct Reference

#include <agent_chat_widget.h>

Public Attributes

std::vector< AutomationTelemetryrecent_tests
 
bool harness_connected = false
 
absl::Time last_poll = absl::InfinitePast()
 
bool auto_refresh_enabled = true
 
float refresh_interval_seconds = 2.0f
 
float pulse_animation = 0.0f
 
float scanline_offset = 0.0f
 
int connection_attempts = 0
 
absl::Time last_connection_attempt = absl::InfinitePast()
 
std::string grpc_server_address = "localhost:50052"
 

Detailed Description

Definition at line 197 of file agent_chat_widget.h.

Member Data Documentation

◆ recent_tests

◆ harness_connected

bool yaze::editor::AgentChatWidget::AutomationState::harness_connected = false

◆ last_poll

absl::Time yaze::editor::AgentChatWidget::AutomationState::last_poll = absl::InfinitePast()

◆ auto_refresh_enabled

bool yaze::editor::AgentChatWidget::AutomationState::auto_refresh_enabled = true

◆ refresh_interval_seconds

float yaze::editor::AgentChatWidget::AutomationState::refresh_interval_seconds = 2.0f

◆ pulse_animation

float yaze::editor::AgentChatWidget::AutomationState::pulse_animation = 0.0f

◆ scanline_offset

float yaze::editor::AgentChatWidget::AutomationState::scanline_offset = 0.0f

◆ connection_attempts

int yaze::editor::AgentChatWidget::AutomationState::connection_attempts = 0

◆ last_connection_attempt

absl::Time yaze::editor::AgentChatWidget::AutomationState::last_connection_attempt = absl::InfinitePast()

Definition at line 206 of file agent_chat_widget.h.

◆ grpc_server_address

std::string yaze::editor::AgentChatWidget::AutomationState::grpc_server_address = "localhost:50052"

The documentation for this struct was generated from the following file: