|
solarpowerlog trunk
|
#include <string>#include <map>#include <stdexcept>#include <boost/any.hpp>#include "configuration/ILogger.h"

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" |
Created on: May 17, 2009 Author: tobi
Definition in file ICommand.h.
| #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.