Share

ACRX_PROTOCOL_REACTOR_LIST_AT

C++

#define ACRX_PROTOCOL_REACTOR_LIST_AT(acrxClass, reactorClass) \
    ACRX_PROTOCOL_REACTOR_MANAGER_AT(acrxClass)->createReactorList(reactorClass)

File

rxprotevnt.h

Description

This macro uses the ACRX_PROTOCOL_REACTOR_MANAGER_AT macro to query the reactor manager for the specified AcRx class. Returns a pointer to its list of reactors for the specified reactor class.

acrxClass : Input class name for which to retrieve the reactor list reactorClass : Input the reactor class name to retrieve

Was this information helpful?