Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
LGNode.hGo to the documentation of this file.00001 //-*-c++-*- 00002 #ifndef INCLUDED_LGNode_h_ 00003 #define INCLUDED_LGNode_h_ 00004 00005 #include "Behaviors/StateNode.h" 00006 #include "Wireless/LGmixin.h" 00007 00008 //! A simple StateNode that provides the Looking Glass display methods via LGmixin 00009 class LGNode : public StateNode, public LGmixin { 00010 public: 00011 //! constructor 00012 LGNode() : StateNode(), LGmixin() {} 00013 00014 //! constructor, specify instance name 00015 LGNode(const std::string& nodename) : StateNode(nodename), LGmixin() {} 00016 00017 }; 00018 00019 #endif |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:43 2016 by Doxygen 1.6.3 |