libc8
CHIP-8 utility library
cmd_t Struct Reference

Represents a command with an ID, argument ID, and associated argument. More...

Data Fields

Command id
 
arg_t arg
 
int setValue
 

Detailed Description

Represents a command with an ID, argument ID, and associated argument.

Parameters
idcommand identifier
argarg_t argument
setValuevalue to set arg.value to for set commands

Field Documentation

◆ arg

arg_t arg

◆ id

Command id

◆ setValue

int setValue

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