#include <salomevent.hxx>


Public Member Functions | |
| SalomeEventLoop (YACS::ENGINE::Pool *) | |
| virtual void | put (long, std::vector< double > &) |
| virtual std::vector< double > * | get (long *) |
Protected Attributes | |
| YACS::ENGINE::Pool * | super |
Additional Inherited Members | |
| virtual void | put (long, std::vector< double > &)=0 |
| virtual std::vector< double > * | get (long *)=0 |
Definition at line 27 of file salomevent.hxx.
| SalomeEventLoop::SalomeEventLoop | ( | YACS::ENGINE::Pool * | sup | ) |
|
virtual |
Implements Distrib.
Definition at line 37 of file salomevent.cxx.
References YACS::ENGINE::RefCounter::decrRef(), YACS::ENGINE::Pool::getCurrentId(), YACS::ENGINE::Pool::getCurrentOutSample(), yacsorb.CORBAEngineTest::i, YACS::ENGINE::SequenceAny::size(), and super.
|
virtual |
Implements Distrib.
Definition at line 31 of file salomevent.cxx.
References yacsorb.CORBAEngineTest::i, YACS::ENGINE::Pool::pushInSample(), and super.
|
protected |
Definition at line 29 of file salomevent.hxx.
Referenced by get(), put(), and SalomeEventLoop().