Variable

The Variable class …

In this example …

Python Variable Example

Below is an example of creating a Variable which …

import pyrogue

# Create a subclass of a Variable
class MyVariable(...):

C++ Variable Example

Below is an example of creating a Variable device in C++.

#include <rogue/interfaces/memory/Constants.h>
#include <boost/thread.hpp>

// Create a subclass of a Variable
class MyVariable : public rogue:: ... {
   public:

   protected:

};

A few notes on the above examples …

Types Of Variables In The PyRogue Tree: