OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
XercesValidator.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenModelica.
3  *
4  * Copyright (c) 1998-CurrentYear, Open Source Modelica Consortium (OSMC),
5  * c/o Linköpings universitet, Department of Computer and Information Science,
6  * SE-58183 Linköping, Sweden.
7  *
8  * All rights reserved.
9  *
10  * THIS PROGRAM IS PROVIDED UNDER THE TERMS OF GPL VERSION 3 LICENSE OR
11  * THIS OSMC PUBLIC LICENSE (OSMC-PL) VERSION 1.2.
12  * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS PROGRAM CONSTITUTES
13  * RECIPIENT'S ACCEPTANCE OF THE OSMC PUBLIC LICENSE OR THE GPL VERSION 3,
14  * ACCORDING TO RECIPIENTS CHOICE.
15  *
16  * The OpenModelica software and the Open Source Modelica
17  * Consortium (OSMC) Public License (OSMC-PL) are obtained
18  * from OSMC, either from the above address,
19  * from the URLs: http://www.ida.liu.se/projects/OpenModelica or
20  * http://www.openmodelica.org, and in the OpenModelica distribution.
21  * GNU version 3 is obtained from: http://www.gnu.org/copyleft/gpl.html.
22  *
23  * This program is distributed WITHOUT ANY WARRANTY; without
24  * even the implied warranty of MERCHANTABILITY or FITNESS
25  * FOR A PARTICULAR PURPOSE, EXCEPT AS EXPRESSLY SET FORTH
26  * IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE CONDITIONS OF OSMC-PL.
27  *
28  * See the full OSMC Public License conditions for more details.
29  *
30  */
31 
32 #ifndef _OMS_XERCES_VALIDATOR_H_
33 #define _OMS_XERCES_VALIDATOR_H_
34 
35 #include "ComRef.h"
36 #include "OMSFileSystem.h"
37 #include "Snapshot.h"
38 #include "OMSimulator/Types.h"
39 
40 #include <map>
41 
42 namespace oms
43 {
45  {
46  public:
49  oms_status_enu_t validateSSP(const char * ssd, const std::string& filePath);
50  oms_status_enu_t validateFMU(const char * modeldescription, const std::string& filePath);
51  std::string getExecutablePath();
52  };
53 }
54 
55 #endif
oms
Definition: AlgLoop.h:44
oms::XercesValidator::validateSSP
oms_status_enu_t validateSSP(const char *ssd, const std::string &filePath)
Definition: XercesValidator.cpp:126
ComRef.h
ParserErrorHandler::reportParseException
void reportParseException(const SAXParseException &ex)
Definition: XercesValidator.cpp:63
oms::XercesValidator::~XercesValidator
~XercesValidator()
Definition: XercesValidator.cpp:91
ParserErrorHandler::error
void error(const SAXParseException &ex)
Definition: XercesValidator.cpp:74
ParserErrorHandler::fatalError
void fatalError(const SAXParseException &ex)
Definition: XercesValidator.cpp:78
oms::XercesValidator
Definition: XercesValidator.h:44
getExecutablePath
WAI_FUNCSPEC int WAI_PREFIX() getExecutablePath(char *out, int capacity, int *dirname_length)
Snapshot.h
ParserErrorHandler::warning
void warning(const SAXParseException &ex)
Definition: XercesValidator.cpp:70
logWarning
#define logWarning(msg)
Definition: Logging.h:101
oms::allocateAndCopyString
char * allocateAndCopyString(const char *source)
Definition: OMSString.cpp:38
oms::XercesValidator::validateFMU
oms_status_enu_t validateFMU(const char *modeldescription, const std::string &filePath)
Definition: XercesValidator.cpp:230
logError
#define logError(msg)
Definition: Logging.h:102
oms::XercesValidator::XercesValidator
XercesValidator()
Definition: XercesValidator.cpp:87
oms::XercesValidator::getExecutablePath
std::string getExecutablePath()
Definition: XercesValidator.cpp:96
OMSString.h
XercesValidator.h
Logging.h
OMSFileSystem.h
ParserErrorHandler::ParserErrorHandler
ParserErrorHandler(const char *fileName_, const char *filePath_)
Definition: XercesValidator.cpp:57
whereami.h
ParserErrorHandler::resetErrors
void resetErrors()
Definition: XercesValidator.cpp:82
ParserErrorHandler
Definition: XercesValidator.cpp:52