|
| EmptyThreadSync (Simulation_impl *sim) |
|
void | before () override |
|
void | after () override |
|
void | execute () override |
|
void | processLinkUntimedData () override |
|
void | finalizeLinkConfigurations () override |
|
void | prepareForComplete () override |
|
void | registerLink (const std::string &UNUSED(name), Link *UNUSED(link)) override |
| Register a Link which this Sync Object is responsible for.
|
|
ActivityQueue * | registerRemoteLink (int UNUSED(tid), const std::string &UNUSED(name), Link *UNUSED(link)) override |
|
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.
|
|
virtual ActivityQueue * | registerRemoteLink (int tid, const std::string &name, Link *link)=0 |
|
|
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) |
|
SimTime_t | nextSyncTime |
|
TimeConverter * | max_period |
|
The documentation for this class was generated from the following file:
- src/sst/core/sync/syncManager.cc