This is the doxygen documentation for gtkboard.

.
Main Page   Data Structures   File List   Data Fields   Globals  

Command Struct Reference

A struct representing a command that the engine understands. More...

#include <engine.h>


Data Fields

char* proto_str
 The string.

int isimpl
 Has this command been implemented.

void (* impl_func )(char *)
 Function which will execute this command.


Detailed Description

A struct representing a command that the engine understands.

Definition at line 25 of file engine.h.


Field Documentation

void(* Command::impl_func)(char *)
 

Function which will execute this command.

Referenced by execute_command().

int Command::isimpl
 

Has this command been implemented.

Definition at line 30 of file engine.h.

char * Command::proto_str
 

The string.

Definition at line 28 of file engine.h.


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