![]() |
helics
2.8.1
|
base helics enumerations for C++ API's, a namespace wrapper for the definitions defined in helics_enums.h More...
#include "helics/helics_enums.h"
Go to the source code of this file.
Namespaces | |
helics | |
the main namespace for the helics co-simulation library User functions will be in the helics namespace with internal functions possible in a lower level namespace | |
defs | |
Enumerations | |
enum | helics::defs::flags : int32_t { helics::defs::observer = helics_flag_observer, helics::defs::uninterruptible = helics_flag_uninterruptible, helics::defs::interruptible = helics_flag_interruptible, helics::defs::slow_responding = helics_flag_slow_responding, helics::defs::terminate_on_error = helics_flag_terminate_on_error, helics::defs::source_only = helics_flag_source_only, helics::defs::only_transmit_on_change = helics_flag_only_transmit_on_change, helics::defs::only_update_on_change = helics_flag_only_update_on_change, helics::defs::wait_for_current_time_update = helics_flag_wait_for_current_time_update, helics::defs::restrictive_time_policy = helics_flag_restrictive_time_policy, helics::defs::rollback = helics_flag_rollback, helics::defs::forward_compute = helics_flag_forward_compute, helics::defs::realtime = helics_flag_realtime, helics::defs::single_thread_federate = helics_flag_single_thread_federate, helics::defs::delay_init_entry = helics_flag_delay_init_entry, helics::defs::enable_init_entry = helics_flag_enable_init_entry, helics::defs::ignore_time_mismatch_warnings = helics_flag_ignore_time_mismatch_warnings, helics::defs::force_logging_flush = helics_flag_force_logging_flush, helics::defs::debugging = helics_flag_debugging, helics::defs::dumplog = helics_flag_dumplog, helics::defs::connections_required = helics_handle_option_connection_required, helics::defs::connections_optional = helics_handle_option_connection_optional, helics::defs::strict_input_type_checking = helics_handle_option_strict_type_checking, helics::defs::strict_config_checking = helics_flag_strict_config_checking, helics::defs::ignore_input_unit_mismatch = helics_handle_option_ignore_unit_mismatch, helics::defs::event_triggered = helics_flag_event_triggered, helics::defs::profiling = helics_flag_profiling, helics::defs::profiling_marker = helics_flag_profiling_marker, helics::defs::local_profiling_capture = helics_flag_local_profiling_capture } |
enum | helics::defs::errors : int32_t { helics::defs::ok = helics_ok, helics::defs::registration_failure = helics_error_registration_failure, helics::defs::connection_failure, helics::defs::invalid_object = helics_error_invalid_object, helics::defs::invalid_argument = helics_error_invalid_argument, helics::defs::discard = helics_error_discard, helics::defs::system_failure = helics_error_system_failure, helics::defs::warning = helics_warning, helics::defs::invalid_state_transition, helics::defs::invalid_function_call, helics::defs::execution_failure = helics_error_execution_failure, helics::defs::other = helics_error_other } |
enum | helics::defs::properties : int32_t { time_delta = helics_property_time_delta, period = helics_property_time_period, offset = helics_property_time_offset, rt_lag = helics_property_time_rt_lag, rt_lead = helics_property_time_rt_lead, rt_tolerance = helics_property_time_rt_tolerance, input_delay = helics_property_time_input_delay, output_delay = helics_property_time_output_delay, max_iterations = helics_property_int_max_iterations, log_level = helics_property_int_log_level, file_log_level = helics_property_int_file_log_level, console_log_level = helics_property_int_console_log_level } |
enum | helics::defs::options : int32_t { connection_required = helics_handle_option_connection_required, connection_optional = helics_handle_option_connection_optional, single_connection_only = helics_handle_option_single_connection_only, multiple_connections_allowed = helics_handle_option_multiple_connections_allowed, handle_only_transmit_on_change = helics_handle_option_only_transmit_on_change, handle_only_update_on_change = helics_handle_option_only_update_on_change, buffer_data = helics_handle_option_buffer_data, ignore_interrupts = helics_handle_option_ignore_interrupts, strict_type_checking = helics_handle_option_strict_type_checking, ignore_unit_mismatch = helics_handle_option_ignore_unit_mismatch, multi_input_handling_method = helics_handle_option_multi_input_handling_method, input_priority_location = helics_handle_option_input_priority_location, clear_priority_list = helics_handle_option_clear_priority_list, connections = helics_handle_option_connections } |
base helics enumerations for C++ API's, a namespace wrapper for the definitions defined in helics_enums.h
enum helics::defs::errors : int32_t |
potential errors that might be generated by a helics federate/core/broker
enum helics::defs::flags : int32_t |
flags that can be used to set different options for a federate
enum helics::defs::options : int32_t |
options for handles
enum helics::defs::properties : int32_t |
integer and time properties that can be set for federates