#include "trace.h"
#include "timer_utils.h"
#include "sf_interface.h"
Go to the source code of this file.
|
bool | limpet::initialize_clamp (Clamp *cl, double cl_val, double ini_val, double start, double dur, const char *f, int trans, float *duration) |
|
void | limpet::clamp_signal (MULTI_IF *pMIIF, Clamp *cl, opencarp::timer_manager *tm) |
|
void | limpet::initialize_sv_clamp (Clamp *cl, const char *sv, char *file, double dt) |
|
void | limpet::sv_clamp (Clamp *cl, opencarp::timer_manager *tm, MULTI_IF *, bool trigger) |
|
void | limpet::initialize_AP_clamp (Clamp *cl, char *f, double) |
|
void | limpet::AP_clamp (Clamp *cl, opencarp::timer_manager *tm, opencarp::sf_vec *v, bool trigger) |
|
int | limpet::process_sv_clamps (char *SVs, char *files, Clamp **clamps, double dt) |
|