Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BasicSenseStrategy.h

Go to the documentation of this file.
00001 /* -*- Mode: C++ -*-
00002  * $Id: BasicSenseStrategy.h,v 1.2 2002/08/31 15:35:25 s02davro Exp $
00003  *
00004  *
00005  * COPYRIGHT INFORMATION
00006  *
00007  * This file is part of RoboSoc created by Fredrik Heintz <frehe@ida.liu.se>
00008  * Copyright (C) 1999, 2000 Fredrik Heintz, Linköping University, Sweden
00009  *
00010  * You are allowed to modify and use this code as long as you retain this
00011  * notice. If you make any changes or have any comments I would appreciate
00012  * it if you send me a message. For more information, please see
00013  * http://www.ida.liu.se/~frehe/RoboCup/RoboSoc/
00014  *
00015  *
00016  * IDENTIFICATION
00017  *
00018  * Filename: BasicSenseStrategy.h
00019  * Unitname: Framework/strategy
00020  * $Revision: 1.2 $
00021  * Created by: David Rosén 2002-07-01
00022  * Last modified by $Author: s02davro $ $Date: 2002/08/31 15:35:25 $
00023  *
00024  *
00025  * HISTORY
00026  *
00027  * $Log: BasicSenseStrategy.h,v $
00028  * Revision 1.2  2002/08/31 15:35:25  s02davro
00029  * Updated the strategies and the interface
00030  *
00031  * Revision 1.1  2002/08/02 22:00:53  s02davro
00032  * Created the Basic classes, needs improvements.
00033  *
00034  */
00035 
00048 #ifndef BASICSENSESTRATEGY_H
00049 #define BASICSENSESTRATEGY_H
00050 
00051 #include "basic_system_types.h"
00052 #include "SenseStrategy.h"
00053 
00054 RS_BEGIN_NAMESPACE
00055 
00066 class BasicSenseStrategy : public SenseStrategy {
00067 public:
00068   BasicSenseStrategy();
00069   virtual ~BasicSenseStrategy();
00070   void updateAfterSense();
00071 };
00072 
00073 RS_END_NAMESPACE
00074 
00075 #endif // !BASICSENSESTRATEGY_H

Generated on Mon Aug 29 07:57:54 2011 for RoboSoc by doxygen1.3-rc3