#include <cs_time_control.h>
|
| | cs_time_control_t () |
| |
| | cs_time_control_t (int nt_start, int nt_end, int nt_interval, bool at_start_=true, bool at_end_=true, bool at_first_=false) |
| |
| | cs_time_control_t (double t_start, double t_end, double t_interval, bool at_start_=true, bool at_end_=true, bool at_first_=false) |
| |
| | cs_time_control_t (cs_time_control_func_t *control_func_, void *input_, bool at_start_=true, bool at_end_=true, bool at_first_=false) |
| |
| bool | is_active (const cs_time_step_t *ts) |
| |
| void | get_description (char *desc, size_t desc_size) const |
| |
◆ cs_time_control_t() [1/4]
◆ cs_time_control_t() [2/4]
| cs_time_control_t |
( |
int |
nt_start, |
|
|
int |
nt_end, |
|
|
int |
nt_interval, |
|
|
bool |
at_start_ = true, |
|
|
bool |
at_end_ = true, |
|
|
bool |
at_first_ = false |
|
) |
| |
◆ cs_time_control_t() [3/4]
| cs_time_control_t |
( |
double |
t_start, |
|
|
double |
t_end, |
|
|
double |
t_interval, |
|
|
bool |
at_start_ = true, |
|
|
bool |
at_end_ = true, |
|
|
bool |
at_first_ = false |
|
) |
| |
◆ cs_time_control_t() [4/4]
◆ get_description()
| void get_description |
( |
char * |
desc, |
|
|
size_t |
desc_size |
|
) |
| const |
◆ is_active()
◆ at_end
◆ at_first
◆ at_start
◆ control_func
◆ control_input
◆ current_state
◆ current_time_step
◆ end_nt
◆ end_t
◆ interval_nt
◆ interval_t
◆ last_nt
◆ last_t
◆ start_nt
◆ start_t
◆ type
The documentation for this class was generated from the following files: