| MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHfunction_Sequence.h>

Public Member Functions | |
| void | SetDuration (double mdur) |
| void | SetTend (double mt_end) |
| ChFseqNode (ChFunction *myfx, double mdur) | |
| void | Copy (ChFseqNode *source) |
| void | StreamIN (ChStreamInBinary &mstream) |
| void | StreamOUT (ChStreamOutBinary &mstream) |
Public Attributes | |
| ChFunction * | fx |
| double | duration |
| double | weight |
| double | t_start |
| double | t_end |
| double | Iy |
| double | Iydt |
| double | Iydtdt |
| bool | y_cont |
| bool | ydt_cont |
| bool | ydtdt_cont |
Node for the list of functions in a ChFunction_Sequence object.
CHRONO::ENGINE