Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Inspectable::IConnection Struct Reference

#include <inspectable.h>

Public Member Functions

 IConnection (const std::string &matrixname, const std::string &vector1, const std::string &vector2)
 

Public Attributes

std::string matrixname
 matrix name is the prefix of the internal parameter matrix e.g. "A" More...
 
std::string vector1
 vectorname of input layer More...
 
std::string vector2
 vectorname of output layer More...
 

Constructor & Destructor Documentation

IConnection ( const std::string &  matrixname,
const std::string &  vector1,
const std::string &  vector2 
)
inline

Member Data Documentation

std::string matrixname

matrix name is the prefix of the internal parameter matrix e.g. "A"

std::string vector1

vectorname of input layer

std::string vector2

vectorname of output layer


The documentation for this struct was generated from the following file: