C++ Objects Persistent
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone, I'm using the "s-function builder" to create a driver for a sensor. I'd need to use persistent variables but i can't use the sim structure "S" because it denies the TLC file creation (with the builder). Commonly I use the construct:
ssSetNumPWork(S, 1);
but in this case I've to avoid using "S" .
Does exist any solution for this issue?
Thank you everybody,
VZ
0 comentarios
Respuestas (1)
Kaustubha Govind
el 19 de Abr. de 2012
I don't think the S-Function Builder can deal with PWork vectors. You might need to either introduce the PWork vector manually, or first register a DWork ("Number of discrete states" on the Initialization pane) and use xD[0] to refer to that discrete state. After the S-function is generated, replace the Dwork with a Pwork and modify the datatype accordingly.
0 comentarios
Ver también
Categorías
Más información sobre Author Blocks Using S-Function Builder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!