Set 2. Data Management and Event Handler Functions (ExtDec_SimData.cpp)

The data management and event handler functions being with a prefix, DecEml_, and provide support for simulating the external decisions. Simulated decisions are read from file Dec_sim.rco, which resides in sc_path directory, and stored in the appropriate structures. Whenever a request is made for one or n decisions, they are provided to caller from these structures. The event handler functions read the message from async port (through API calls), retrieves the data from decision structures, and sends the response to call (through API calls).)

Data management functions.

Event handler functions.

ExtDec_Sim Calls in relation to PDC_Sim/API_Caller Calls

More information

External decision simulator.