Skip to content
Snippets Groups Projects
Commit 49d731a4 authored by Daniel Knorreck's avatar Daniel Knorreck
Browse files

No commit message

No commit message
parent 47821dfb
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#LIBS = -lsystemc -lm $(EXTRA_LIBS)
INCDIR = -I. -I.. -I$(SRCS_base_DIR) -I$(SRCS_base_DIR)/app -I$(SRCS_base_DIR)/arch -I$(SRCS_base_DIR)/evt -I$(SRCS_base_DIR)/sim -I$(SRCS_base_DIR)/EBRDD
INCDIR = -I. -I.. -I$(SRCS_base_DIR) -I$(SRCS_base_DIR)/app -I$(SRCS_base_DIR)/arch -I$(SRCS_base_DIR)/evt -I$(SRCS_base_DIR)/sim -I$(SRCS_base_DIR)/ebrdd
LIBDIR = -L. -L..
LIBS = -lm $(EXTRA_LIBS)
......
......@@ -133,8 +133,8 @@ protected:
EBRDDCommand* _currCommand;
///Pointer to the first command of the task
EBRDDCommand* _firstCommand;
/////Look up table for task variables (by name)
//VariableLookUpTableName _varLookUpName;
///Look up table for task variables (by name)
VariableLookUpTableName _varLookUpName;
/////Look up table for task variables (by ID)
//VariableLookUpTableID _varLookUpID;
///Hash table containing commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment