Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / PriyaBehavior.cpp @ c239584b

History | View | Annotate | Download (1.5 KB)

# Date Author Comment
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....