testArduino/bsp_linux/fsfwconfig/returnvalues/classIds.h

23 lines
419 B
C++

/*
* classIds.h
*
* Created on: 30.06.2016
* Author: baetz
*/
#ifndef FSFWCONFIG_RETURNVALUES_CLASSIDS_H_
#define FSFWCONFIG_RETURNVALUES_CLASSIDS_H_
#include <fsfw/returnvalues/FwClassIds.h>
namespace CLASS_ID {
enum {
DUMMY_HANDLER = FW_CLASS_ID_COUNT, //DDH
//VISIBLE_HANDLER_CLASS=FW_CLASS_ID_COUNT+1
//TODO: add your arduino handler class id
};
}
#endif /* FSFWCONFIG_RETURNVALUES_CLASSIDS_H_ */