GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 577 of file gis.h.

Field Documentation

◆ description

const char* GModule::description

String describing module

Definition at line 580 of file gis.h.

◆ keywords

const char** GModule::keywords

Keywords describing module

Definition at line 581 of file gis.h.

◆ label

const char* GModule::label

Optional short description for GUI

Definition at line 579 of file gis.h.

◆ overwrite

int GModule::overwrite

overwrite old files

Definition at line 583 of file gis.h.

◆ verbose

int GModule::verbose

print all information about progress and so on

Definition at line 584 of file gis.h.


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