Get a new continuous state vector.
values = fmiGetContinuousStates(instance)
tlist, an instance of a model.
real vector, continuous states.
fmiGetContinuousStates is the function which returns the new continuous state vector values
after the event iteration has finished (including initialization). This function has to be called after initialization and if the continuous
state vector has changed at an event instant after calling fmiEventUpdate with eventInfo->iterationConverged = true.