libosmovty  0.6.3
Osmocom VTY library
cmd_node Struct Reference

Node which has some commands and prompt string and configuration function pointer . More...

#include <command.h>

Data Fields

enum node_type node
 Node index.
const char * prompt
 Prompt character at vty interface.
int vtysh
 Is this node's configuration goes to vtysh ?
int(* func )(struct vty *)
 Node's configuration write function.
vector cmd_vector
 Vector of this node's command list.

Detailed Description

Node which has some commands and prompt string and configuration function pointer .


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