The Object of My Callback

(object references with Matlab timers)
1,9K Descargas
Actualizado 4 abr 2016

Ver licencia

How can I have a timer whose callback points to an object? (For example, invokes a method on a particular instance of a user-defined class - possibly, the instance that 'hosts' the timer, when the timer serves as the object's 'heartbeat').
The solution I came up with employs Singleton pattern to create and access multiple instances, identifies those by id's, and hard-codes the id's into timer callbacks. (As a shortcut, sample class Widget identifies id with an 'existing' property, Color - now, no two widgets of the same color can be created - but this is not necessary, and 'getInstance' is easy to modify). Things get more complicated when one handles deletion of singletons, which included code does not do.

Is there a simpler way?

Citar como

Dimitri Shvorob (2026). The Object of My Callback (https://es.mathworks.com/matlabcentral/fileexchange/23472-the-object-of-my-callback), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Whos en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Scrolling display

Inspiración para: Order book simulation

Versión Publicado Notas de la versión
1.0.0.0

BSD