#include <system.hpp>
◆ Node()
| adaptyst::Node::Node |
( |
std::string | name, |
|
|
std::shared_ptr< Entity > & | entity ) |
◆ add_in_tags()
| void adaptyst::Node::add_in_tags |
( |
std::unordered_set< std::string > & | tags | ) |
|
◆ add_module()
| void adaptyst::Node::add_module |
( |
std::unique_ptr< Module > & | mod | ) |
|
◆ add_out_tags()
| void adaptyst::Node::add_out_tags |
( |
std::unordered_set< std::string > & | tags | ) |
|
◆ close()
| void adaptyst::Node::close |
( |
| ) |
|
◆ get_cpu_mask()
| const char * adaptyst::Node::get_cpu_mask |
( |
| ) |
|
◆ get_local_config_dir()
| fs::path & adaptyst::Node::get_local_config_dir |
( |
| ) |
|
◆ get_log_types()
| std::vector< std::string > adaptyst::Node::get_log_types |
( |
| ) |
|
|
virtual |
◆ get_module_inject_paths()
| std::vector< InjectPath > adaptyst::Node::get_module_inject_paths |
( |
| ) |
|
◆ get_modules_profiling()
| int adaptyst::Node::get_modules_profiling |
( |
| ) |
|
◆ get_profile_info()
◆ get_src_code_paths()
| std::unordered_set< fs::path > adaptyst::Node::get_src_code_paths |
( |
| ) |
|
◆ get_tags()
| std::unordered_set< std::string > & adaptyst::Node::get_tags |
( |
| ) |
|
◆ get_tmp_dir()
| fs::path & adaptyst::Node::get_tmp_dir |
( |
| ) |
|
◆ get_type()
| std::string adaptyst::Node::get_type |
( |
| ) |
|
|
virtual |
◆ get_workflow_end_time()
| unsigned long long adaptyst::Node::get_workflow_end_time |
( |
bool & | err | ) |
|
◆ get_workflow_start_time()
| unsigned long long adaptyst::Node::get_workflow_start_time |
( |
bool & | err | ) |
|
◆ has_in_tag()
| bool adaptyst::Node::has_in_tag |
( |
std::string | tag | ) |
|
◆ has_out_tag()
| bool adaptyst::Node::has_out_tag |
( |
std::string | tag | ) |
|
◆ inc_modules_profiling()
| void adaptyst::Node::inc_modules_profiling |
( |
| ) |
|
◆ init()
| bool adaptyst::Node::init |
( |
unsigned int | buf_size | ) |
|
◆ is_directing()
| bool adaptyst::Node::is_directing |
( |
| ) |
|
◆ is_workflow_ever_run()
| bool adaptyst::Node::is_workflow_ever_run |
( |
| ) |
|
◆ is_workflow_running()
| bool adaptyst::Node::is_workflow_running |
( |
| ) |
|
◆ process()
| void adaptyst::Node::process |
( |
std::shared_ptr< IR > | ir_obj | ) |
|
◆ profile_notify()
| void adaptyst::Node::profile_notify |
( |
| ) |
|
◆ profile_wait()
| int adaptyst::Node::profile_wait |
( |
| ) |
|
◆ region_switch()
| void adaptyst::Node::region_switch |
( |
std::string | name, |
|
|
std::string | part_id, |
|
|
std::string | state, |
|
|
std::string | timestamp_str ) |
◆ set_dir()
| void adaptyst::Node::set_dir |
( |
fs::path | path | ) |
|
◆ set_profile_info()
◆ wait()
| bool adaptyst::Node::wait |
( |
| ) |
|
The documentation for this class was generated from the following files: