ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
viewer_options_t Struct Reference

Parsed command-line options. More...

Data Fields

const char * path
 Input document path.
const char * dump_ppm
 Output path, or NULL.
uint32_t page
 Headless page index.
int64_t dump_tile
 Tile index, or -1.
bool headless
 Do not create a window.

Detailed Description

Parsed command-line options.

Definition at line 41 of file main.c.

Field Documentation

◆ dump_ppm

const char* viewer_options_t::dump_ppm

Output path, or NULL.

Definition at line 43 of file main.c.

Referenced by internal_execute(), internal_parse_arguments(), and internal_render_page().

◆ dump_tile

int64_t viewer_options_t::dump_tile

Tile index, or -1.

Definition at line 45 of file main.c.

Referenced by internal_execute(), and internal_parse_arguments().

◆ headless

bool viewer_options_t::headless

Do not create a window.

Definition at line 46 of file main.c.

Referenced by internal_execute(), and internal_parse_arguments().

◆ page

uint32_t viewer_options_t::page

Headless page index.

Definition at line 44 of file main.c.

Referenced by internal_parse_arguments(), and main().

◆ path

const char* viewer_options_t::path

Input document path.

Definition at line 42 of file main.c.

Referenced by main().


The documentation for this struct was generated from the following file:
  • tools/rabook_viewer/src/main.c