Skip to content

File wsh_shell_cmd_def.c

FileList > src > wsh_shell_cmd_def.c

Go to the source code of this file

  • #include "wsh_shell_cmd_def.h"
  • #include "wsh_shell.h"

Public Static Attributes

Type Name
const WshShellCmd_t WshShellDefCmd = /* multi line expression */

Public Functions

Type Name
WSH_SHELL_RET_STATE_t WshShellCmdDef_Dummy (const WshShellCmd_t * pcCmd, WshShell_Size_t argc, const WshShell_Char_t * pArgv, void * pShellCtx)
const WshShellCmd_t * WshShellDefCmd_GetPtr (void)
Get a pointer to the default shell command structure.

Public Static Attributes Documentation

variable WshShellDefCmd

const WshShellCmd_t WshShellDefCmd;

Public Functions Documentation

function WshShellCmdDef_Dummy

1
2
3
4
5
6
WSH_SHELL_RET_STATE_t WshShellCmdDef_Dummy (
    const WshShellCmd_t * pcCmd,
    WshShell_Size_t argc,
    const WshShell_Char_t * pArgv,
    void * pShellCtx
) 

function WshShellDefCmd_GetPtr

Get a pointer to the default shell command structure.

1
2
3
const WshShellCmd_t * WshShellDefCmd_GetPtr (
    void
) 

This function returns a constant pointer to the static command structure WshShellDefCmd, which describes the default command used for configuring and querying the shell interface.

Returns:

const WshShellCmd_t* Pointer to the default command structure.



The documentation for this class was generated from the following file src/wsh_shell_cmd_def.c