ppc ram
API Reference Manual  /  4 Model-to-Model Interfaces  / 

pulse

Description
Interface to model a pulse, meaning an event that triggers.

SIM_INTERFACE(pulse) {
        void (*pulse)(conf_object_t *NOTNULL obj);
};

#define PULSE_INTERFACE "pulse"

Execution Context
Cell Context for all methods.

ppc ram