diff options
author | Josh Blum | 2013-09-15 22:18:03 -0700 |
---|---|---|
committer | Josh Blum | 2013-09-15 22:18:03 -0700 |
commit | 4f50f9d0c52b1efd09d1f7ed7aadbfef94949eb2 (patch) | |
tree | 9de5be6ce362241ba53aec8d393dc24f13f69252 /include/gras/top_block.hpp | |
parent | 4f00d9b66ff6813da0e9fc986fb6fe5d7c693e52 (diff) | |
parent | adfedc68b7f4348a0aad7e5e63a74b0c412ec128 (diff) | |
download | sandhi-4f50f9d0c52b1efd09d1f7ed7aadbfef94949eb2.tar.gz sandhi-4f50f9d0c52b1efd09d1f7ed7aadbfef94949eb2.tar.bz2 sandhi-4f50f9d0c52b1efd09d1f7ed7aadbfef94949eb2.zip |
Merge branch 'gr_update'
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 415c03e..3a1b9e5 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -3,7 +3,6 @@ #ifndef INCLUDED_GRAS_TOP_BLOCK_HPP #define INCLUDED_GRAS_TOP_BLOCK_HPP -#include <gras/block_config.hpp> #include <gras/hier_block.hpp> namespace gras @@ -17,11 +16,12 @@ struct GRAS_API TopBlock : HierBlock virtual ~TopBlock(void); - //! Get the global block config settings - const GlobalBlockConfig &global_config(void) const; - - //! Get the global block config settings - GlobalBlockConfig &global_config(void); + /*! + * Commit changes to the global configuration. + * Call this after modifying the global config. + * Commit config is called automatically by start/stop/run. + */ + void commit_config(void); /*! * Commit changes to the overall flow graph. |