Skip to main content

Deprecation history

See the below table for information on deprecations in current and past SSTCore releases.

ItemDeprecatedRemovedSuggested alternativeNote
Event::Handler<Class>14.0Event::Handler2<Class, Func>The new type Handler2 will eventually be renamed back to Handler once all handlers switch to the new format. This switch facilitates checkpointing support.
Clock::Handler<Class>14.0Clock::Handler2<Class, Func>The new type Handler2 will eventually be renamed back to Handler once all handlers switch to the new format. This switch facilitates checkpointing support.
Simulation::getSimulation()13.014.0Use direct APIs to access simulation state which are available through element and other base classes
BaseComponent::getSimulation()13.014.0Use direct APIs to access simulation state which are available through element and other base classes
Link::sendInitData()13.014.0Link::sendUntimedData()
Link::recvInitData()13.014.0Link::recvUntimedData()
SimpleNetwork::sendInitData()13.014.0SimpleNetwork::sendUntimedData()
SimpleNetwork::recvInitData()13.014.0SimpleNetwork::recvUntimedData()
SST_ELI_REGISTER_SUBCOMPONENT_DERIVED13.014.0SST_ELI_REGISTER_SUBCOMPONENT
SST_ELI_REGISTER_MODULE_DERIVED13.014.0SST_ELI_REGISTER_MODULE
SST::Interfaces::SimpleMem12.014.0SST::Interfaces::StandardMem