Greenbone Vulnerability Management Libraries  10.0.0
osp_param Struct Reference

Struct holding options for OSP parameters. More...

Collaboration diagram for osp_param:
Collaboration graph

Data Fields

char * id
 
char * name
 
char * desc
 
char * def
 
osp_param_type_t type
 
int mandatory
 

Detailed Description

Struct holding options for OSP parameters.

Definition at line 60 of file osp.c.

Field Documentation

◆ def

char* osp_param::def

Default value.

Definition at line 65 of file osp.c.

Referenced by osp_get_scanner_details(), osp_param_default(), and osp_param_free().

◆ desc

char* osp_param::desc

Parameter description.

Definition at line 64 of file osp.c.

Referenced by osp_get_scanner_details(), osp_param_desc(), and osp_param_free().

◆ id

char* osp_param::id

Parameter id.

Definition at line 62 of file osp.c.

Referenced by osp_get_scanner_details(), osp_param_free(), and osp_param_id().

◆ mandatory

int osp_param::mandatory

If mandatory or not.

Definition at line 67 of file osp.c.

Referenced by osp_get_scanner_details(), and osp_param_mandatory().

◆ name

char* osp_param::name

Parameter name.

Definition at line 63 of file osp.c.

Referenced by osp_get_scanner_details(), osp_param_free(), and osp_param_name().

◆ type

osp_param_type_t osp_param::type

Parameter type.

Definition at line 66 of file osp.c.

Referenced by osp_get_scanner_details(), and osp_param_type_str().


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