buffered datalink from 2 vectors to 1 More...
buffered datalink from 2 vectors to 1
#include <bdmbase.h>
Public Member Functions | |
void | set_connection (const RV &rv, const RV &rv_up1, const RV &rv_up2) |
set connection between RVs | |
void | filldown (const vec &val1, const vec &val2, vec &val_down) |
fill values of down from the values of the two up vectors | |
void | step (const vec &dt, const vec &ut) |
update buffer | |
Protected Attributes | |
datalink_buffered | dl1 |
link 1st vector to down | |
datalink_buffered | dl2 |
link 2nd vector to down |