Doxygen Documentation

Main Index

Package Index

Package:

CLI

Version:

V0-0-5

Marked:

(not marked)

Constituent:

cli

Tag:

linux-gcc


Interface   Compound List   File List   Compound Members   File Members  

_CLI_VerbDef Struct Reference

A CLI verb definition. More...

#include <CLI_prvdefs.h>


Data Fields

_CLI_VerbDefnext
char * text
char * call
CLI_CB_Funcfunc
CLI_ParmDefparm
CLI_QualDefqual
unsigned short tlen
unsigned short type
unsigned short preq
unsigned short id


Detailed Description

A CLI verb definition.

This structure stores a verb definition in a list of verb definitions for a CLI syntax.


Field Documentation

char* _CLI_VerbDef::call
 

Name of callback (future expansion)

CLI_CB_Func* _CLI_VerbDef::func
 

Callback function for verb

unsigned short _CLI_VerbDef::id
 

Verb definition structure identifier

struct _CLI_VerbDef* _CLI_VerbDef::next
 

Next verb

CLI_ParmDef* _CLI_VerbDef::parm
 

Parameter definition list for verb

unsigned short _CLI_VerbDef::preq
 

Number of required parameters

CLI_QualDef* _CLI_VerbDef::qual
 

Qualifier definition list for verb

char* _CLI_VerbDef::text
 

Text of verb (name)

unsigned short _CLI_VerbDef::tlen
 

Length of verb text (name)

unsigned short _CLI_VerbDef::type
 

Global type


The documentation for this struct was generated from the following file:
Generated on Thu Dec 11 22:17:32 2003 by doxygen 1.3.3