Kestrel Interface
Loading...
Searching...
No Matches
kest_param_update.h
Go to the documentation of this file.
1
#ifndef KEST_INT_PARAM_UPDATE_H_
2
#define KEST_INT_PARAM_UPDATE_H_
3
4
#define MAX_CONCURRENT_PARAM_UPDATES 16
5
6
typedef
struct
{
7
kest_parameter_id
id
;
8
kest_parameter
*
p
;
9
kest_effect
*
t
;
10
float
target
;
11
int
send
;
12
}
kest_parameter_update
;
13
14
void
kest_param_update_task
(
void
*arg);
15
16
int
kest_parameter_trigger_update
(
kest_parameter
*param,
float
target);
17
18
#endif
kest_parameter_trigger_update
int kest_parameter_trigger_update(kest_parameter *param, float target)
Definition
kest_param_update.c:276
kest_param_update_task
void kest_param_update_task(void *arg)
kest_effect
Definition
kest_effect.h:19
kest_parameter_id
Definition
kest_parameter.h:13
kest_parameter_update
Definition
kest_param_update.h:6
kest_parameter_update::send
int send
Definition
kest_param_update.h:11
kest_parameter_update::t
kest_effect * t
Definition
kest_param_update.h:9
kest_parameter_update::id
kest_parameter_id id
Definition
kest_param_update.h:7
kest_parameter_update::target
float target
Definition
kest_param_update.h:10
kest_parameter_update::p
kest_parameter * p
Definition
kest_param_update.h:8
kest_parameter
Definition
kest_parameter.h:22
components
core
kest_param_update.h
Generated by
1.14.0