summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToVHDL.h')
-rw-r--r--src/uscxml/transform/ChartToVHDL.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/uscxml/transform/ChartToVHDL.h b/src/uscxml/transform/ChartToVHDL.h
index d93d59f..3e98c80 100644
--- a/src/uscxml/transform/ChartToVHDL.h
+++ b/src/uscxml/transform/ChartToVHDL.h
@@ -167,11 +167,8 @@ namespace uscxml {
protected:
ChartToVHDL(const Interpreter &other);
- void checkDocument();
-
void findEvents();
- void writeTypes(std::ostream &stream);
void writeIncludes(std::ostream &stream);
@@ -224,6 +221,7 @@ namespace uscxml {
private:
std::string getLineForExecContent(const XERCESC_NS::DOMNode *elem);
+
bool isSupportedExecContent(XERCESC_NS::DOMElement *execContentElement);
};