GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
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 602 of file gis.h.

Field Documentation

◆ description

const char* GModule::description

String describing module

Definition at line 604 of file gis.h.

◆ keywords

const char** GModule::keywords

Keywords describing module

Definition at line 605 of file gis.h.

◆ label

const char* GModule::label

Optional short description for GUI

Definition at line 603 of file gis.h.

◆ overwrite

int GModule::overwrite

overwrite old files

Definition at line 607 of file gis.h.

◆ verbose

int GModule::verbose

print all information about progress and so on

Definition at line 608 of file gis.h.


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