Defines the DataElementFactory classes as well as its associated exceptions and templated methods. More...
#include "robot_instance/RobonetDataElement.h"#include "robot_instance/StringUtilities.h"#include "robot_instance/XmlParserExceptions.h"#include "nasa_common_logging/Logger.h"#include "tinyxml.h"#include <string>#include <sstream>#include <utility>#include <vector>#include <stdexcept>#include "shared_memory_transport/smtclient.hpp"

Go to the source code of this file.
Classes | |
| class | DataElementFactory< T > |
| The templated version of a class that creates DataElement 's to be added to a DataWarehouse. More... | |
| class | DataElementFactory< RobonetDataElement > |
| The template-specialized version of a class that creates RobonetDataElement 's to be added to a DataWarehouse of type RobonetDataElement. More... | |
| class | InvalidDataElementTypeException |
| An exception thrown when the user tries to use a DataElement type other than RobonetDataElement (which is currently the only type supported). More... | |
Defines the DataElementFactory classes as well as its associated exceptions and templated methods.
Definition in file DataElementFactory.h.