SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Encoders.hpp
1 /*
2  * Encoders.hpp
3  *
4  * Created on: Aug 14, 2014
5  * Author: nayan
6  */
7 
8 #ifndef ENCODERS_HPP_
9 #define ENCODERS_HPP_
10 #include <scl/DataTypes.hpp>
11 #include "Neurons.hpp"
12 
13 namespace scl_test
14 {
15 class Encoders {
16 public:
17  Encoders();
18  virtual ~Encoders();
19 
22  Neurons *arg_ng);
23 };
24 }
25 #endif /* ENCODERS_HPP_ */
Definition: Neurons.hpp:16
Definition: Encoders.hpp:15
scl::sBool randomGenerator(Neurons *arg_ng)
Definition: Encoders.cpp:22
bool sBool
Definition: DataTypes.hpp:54