SST 12.1.0
Structural Simulation Toolkit
|
Public Member Functions | |
virtual void | before ()=0 |
virtual void | after ()=0 |
virtual void | execute ()=0 |
virtual void | processLinkUntimedData ()=0 |
virtual void | finalizeLinkConfigurations ()=0 |
virtual void | prepareForComplete ()=0 |
virtual SimTime_t | getNextSyncTime () |
void | setMaxPeriod (TimeConverter *period) |
TimeConverter * | getMaxPeriod () |
virtual void | registerLink (const std::string &name, Link *link)=0 |
Register a Link which this Sync Object is responsible for. More... | |
virtual ActivityQueue * | registerRemoteLink (int tid, const std::string &name, Link *link)=0 |
Protected Member Functions | |
void | finalizeConfiguration (Link *link) |
void | prepareForCompleteInt (Link *link) |
void | sendUntimedData_sync (Link *link, Event *data) |
void | setLinkDeliveryInfo (Link *link, uintptr_t info) |
Link * | getDeliveryLink (Event *ev) |
Protected Attributes | |
SimTime_t | nextSyncTime |
TimeConverter * | max_period |
|
pure virtual |
Implemented in SST::ThreadSyncDirectSkip, and SST::ThreadSyncSimpleSkip.
|
pure virtual |
Implemented in SST::ThreadSyncDirectSkip, and SST::ThreadSyncSimpleSkip.
|
pure virtual |
Register a Link which this Sync Object is responsible for.
Implemented in SST::ThreadSyncSimpleSkip.
Referenced by SST::SyncManager::registerLink().