.. index:: pair: struct; rgpot::PotCaps .. _doxid-structrgpot_1_1_pot_caps: struct rgpot::PotCaps ===================== .. toctree:: :hidden: Overview ~~~~~~~~ Capability set a potential advertises to its callers. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct PotCaps { // fields :ref:`Reentrancy` :target:`reentrancy` = :ref:`Reentrancy::SharedInstance`; bool :ref:`perImageInstances` = false; bool :ref:`batched` = false; bool :ref:`periodic` = true; }; .. _details-structrgpot_1_1_pot_caps: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Capability set a potential advertises to its callers. Fields ------ .. index:: pair: variable; perImageInstances .. _doxid-structrgpot_1_1_pot_caps_1acfb40395659b641b17a4dcc66d0a5afc: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool perImageInstances = false Callers running multi-image methods (NEB) should clone one instance per image even when reentrancy alone would allow sharing. .. index:: pair: variable; batched .. _doxid-structrgpot_1_1_pot_caps_1aa358af63d17e45c5a0fd9030f4555299: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool batched = false Native multi-system batch evaluation exists (forceBatch-style hook). .. index:: pair: variable; periodic .. _doxid-structrgpot_1_1_pot_caps_1a0a912d066e6cabc4e7dc30a8cb8b4e3b: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool periodic = true Kernel supports periodic boundary conditions.