|
MaMiCo 1.2
|
reads parallel topology configuration. XYZ and ZYX are supported. More...
#include <ParallelTopologyConfiguration.h>


Public Member Functions | |
| ParallelTopologyConfiguration () | |
| virtual | ~ParallelTopologyConfiguration () |
| void | parseSubtag (tinyxml2::XMLElement *node) |
| std::string | getTag () const |
| bool | isValid () const |
| coupling::paralleltopology::ParallelTopologyType | getParallelTopologyType () const |
| Public Member Functions inherited from tarch::configuration::Configuration | |
| virtual | ~Configuration () |
Protected Member Functions | |
| ParallelTopologyConfiguration (coupling::paralleltopology::ParallelTopologyType type) | |
Private Attributes | |
| coupling::paralleltopology::ParallelTopologyType | _type |
| bool | _isValid |
reads parallel topology configuration. XYZ and ZYX are supported.
reads parallel topology configuration. XYZ and ZYX are supported.. Derive from the class tarch::configuration::Configuration
|
inline |
Constructor, initializes the class
|
inlinevirtual |
Destructor
|
inline |
Returns the parallel topology type.
|
inlinevirtual |
Returns name of xml tag that is associated to the configuration.
Implements tarch::configuration::Configuration.
|
inlinevirtual |
checks if the configuration is valid. This operation usually fails, if e.g. 1. parseSubtag() hasn't been called, i.e. configuration has not been used, or 2. parseSubtag() failed due to a wrong file.
Implements tarch::configuration::Configuration.
|
inlinevirtual |
Parses a XML-element.
| node | a pointer to the xml-element from tinyxml2 class |
Implements tarch::configuration::Configuration.