fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ascii_player_options_t
Derived Type
7 statements
Source File
fortplot_ascii_player.f90
fortplot_ascii_player
ascii_player_options_t
Contents
Variables
fps
loop
clear_screen
dry_run
max_loops
type, public :: ascii_player_options_t
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
fps
=
ASCII_PLAYER_DEFAULT_FPS
logical,
public
::
loop
=
.false.
logical,
public
::
clear_screen
=
.true.
logical,
public
::
dry_run
=
.false.
integer,
public
::
max_loops
=
1