solarpowerlog trunk
/home/tobi/workspace/solarpowerlog/src/Inverters/BasicCommands.h
Go to the documentation of this file.
00001 #ifndef _BASIC_COMMANDS_H
00002 #define _BASIC_COMMANDS_H
00003 
00004 #ifdef HAVE_CONFIG_H
00005 #include "config.h"
00006 #endif
00007 
00008 enum BasicCommands {
00009 
00012      CMD_RECEIVED ,
00013      // For now, we reserve 1000 cmds for our purpose.
00014      // but please use this define for your commands.
00015      CMD_USER = 1000
00016 };
00017 
00018 
00019 #endif