How to pass arguments to always_execute_hook()?

Hi,

I am working on an application and I wanted to check few parameters (that I would pass it as a list or string) before any command is executed. Since always_execute_hook() is created by pogo without input arguments, how can I make my always_execute_hook() to understand and verify my input arguments?

Regards,
Snehal

Hi

Pogo generates the always_execute_hook() with signature expected by TANGO library.
You cannot change the signature. If you change it the method will never been called.

Hope it helps.
Pascal