GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-3d2c704037
GModule Struct Reference

Structure that stores module info. More...

#include <gis.h>

Data Fields

const char * label
 
const char * description
 
const char ** keywords
 
int overwrite
 
int verbose
 

Detailed Description

Structure that stores module info.

Used by the G_parser() system.

Definition at line 588 of file gis.h.

Field Documentation

◆ description

const char* GModule::description

String describing module

Definition at line 591 of file gis.h.

◆ keywords

const char** GModule::keywords

Keywords describing module

Definition at line 592 of file gis.h.

◆ label

const char* GModule::label

Optional short description for GUI

Definition at line 590 of file gis.h.

◆ overwrite

int GModule::overwrite

overwrite old files

Definition at line 594 of file gis.h.

◆ verbose

int GModule::verbose

print all information about progress and so on

Definition at line 595 of file gis.h.


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