===== SteereoObject =====
==== Introduction ====
The base class for all Steereo classes. It only contains a [[steereo:classes:steereologger|SteereoLogger]] and a string for the name of the class.
==== Functions ====
* std::string getObjectName () void setObjectName (std::string obj) {objectName = obj;}; get/set the name of the current instance.