CS350 COS
COS
Loading...
Searching...
No Matches
DebugCommand Struct Reference

#include <kdebug.h>

Collaboration diagram for DebugCommand:
[legend]

Data Fields

const char name [40]
 
const char description [80]
 
void(* func )(int, const char **)
 

Detailed Description

Definition at line 5 of file kdebug.h.

Field Documentation

◆ description

const char DebugCommand::description[80]

Definition at line 7 of file kdebug.h.

◆ func

void(* DebugCommand::func) (int, const char **)

Definition at line 8 of file kdebug.h.

◆ name

const char DebugCommand::name[40]

Definition at line 6 of file kdebug.h.


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