ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_OptionParameterValue Struct Reference

Structure of a single (option) setting. More...

#include <ugbc.h>

Data Fields

HardwareParameterName parameter
int value
char * valueName
struct _OptionParameterValuenext

Detailed Description

Structure of a single (option) setting.

Definition at line 384 of file ugbc.h.

Field Documentation

◆ next

struct _OptionParameterValue* next

Link to the next option (NULL if this is the last one)

Definition at line 393 of file ugbc.h.

◆ parameter

Definition at line 386 of file ugbc.h.

◆ value

int value

Definition at line 388 of file ugbc.h.

◆ valueName

char* valueName

Definition at line 390 of file ugbc.h.


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