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
Public Functions Documentation
function WshShellCmdDef_Dummy
function WshShellDefCmd_GetPtr
Get a pointer to the default shell command structure.
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