ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
double_field_ctx_t Struct Reference

Context for double field updates in RCU updater callback. More...

Data Fields

const char * field_name
 Name of the field to update.
 
double value
 New value to set.
 

Detailed Description

Context for double field updates in RCU updater callback.

Definition at line 680 of file rcu.c.

Field Documentation

◆ field_name

const char* double_field_ctx_t::field_name

Name of the field to update.

Definition at line 681 of file rcu.c.

Referenced by options_set_double().

◆ value

double double_field_ctx_t::value

New value to set.

Definition at line 682 of file rcu.c.


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