Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / Behavior.cpp @ dbe4fa43

History | View | Annotate | Download (2.4 KB)

# Date Author Comment
c492be62 01/03/2012 11:41 PM Alex Zirbel

Updated the licensing information in many files.

This is a broken commit because I decided to do this at a bad time. Sorry! The build will be working after next commit, I promise (and I won't push till then). This commit reflects the licensing in the files after I used my auto-add/remove script.

c384dc7e 01/02/2012 03:14 PM Alex Zirbel

Updated the Behavior definition and extensions.

The Behavior.cpp/h class now works and can be extended by simply implementing its run() method. However, the subclass must also be extantiated and used in an external executable. An example of this can be seen in PriyaBehavior.cpp/h, and the executable, priya_behavior_process.cpp. In the future, we should move all behaviors into a behaviors/ folder, and autogenerate the executable to be compiled....

cef78c70 12/30/2011 12:27 AM Priyanka Deo

Created Behavior class and a sample behavior using the class. Not tested.