solarpowerlog trunk
/home/tobi/workspace/solarpowerlog/src/patterns/ICommand.h File Reference
#include <string>
#include <map>
#include <stdexcept>
#include <boost/any.hpp>
#include "configuration/ILogger.h"
Include dependency graph for ICommand.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ICommand

Defines

#define ICMD_ERRNO   "ICMD_ERRNO"
 Error indicator. Same as errno, integer. 0 for no error.
#define ICMD_ERRNO_STR   "ICMD_ERRMSG"

Detailed Description

Created on: May 17, 2009 Author: tobi

Definition in file ICommand.h.


Define Documentation

#define ICMD_ERRNO   "ICMD_ERRNO"

Error indicator. Same as errno, integer. 0 for no error.

Definition at line 51 of file ICommand.h.

#define ICMD_ERRNO_STR   "ICMD_ERRMSG"

Error indicator. Optional, but if existant, contains human readable error message

Definition at line 55 of file ICommand.h.