Update of /cvsroot/gcblue/gcb_wx/include/ai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16711/include/ai
Modified Files:
Blackboard.h BlackboardInterface.h
Log Message:
Updates to save goals to python scenario
Index: Blackboard.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/ai/Blackboard.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Blackboard.h 16 Feb 2005 23:13:37 -0000 1.2
--- Blackboard.h 12 Dec 2005 02:37:01 -0000 1.3
***************
*** 2,6 ****
** @file Blackboard.h
*/
! /* Copyright (C) 2005 Dewitt Colclough (de...@tw...)
** All rights reserved.
--- 2,6 ----
** @file Blackboard.h
*/
! /* Copyright (C) 2005 Dewitt Colclough (de...@gc...)
** All rights reserved.
***************
*** 30,33 ****
--- 30,37 ----
#include <string>
+ namespace scriptinterface
+ {
+ class tcScenarioLogger;
+ }
namespace ai
***************
*** 48,51 ****
--- 52,56 ----
const std::string ReadMessage(const std::string& key);
double ReadPriority(const std::string& key);
+ void SaveToPython(scriptinterface::tcScenarioLogger& logger);
bool Write(const std::string& key, const BlackboardItem& item);
bool Write(const std::string& key, long author, double priority, const std::string& message);
Index: BlackboardInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/ai/BlackboardInterface.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BlackboardInterface.h 20 Feb 2005 18:20:18 -0000 1.2
--- BlackboardInterface.h 12 Dec 2005 02:37:01 -0000 1.3
***************
*** 31,35 ****
#include <vector>
-
namespace ai
{
--- 31,34 ----
|