summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Described how to enable DSUI for the Kokyu and RTEvent projects.EC_DT_RTASthrall2005-05-252-0/+19
|
* Removed DSUI requirement; to add it back, use dsui.mpb and thethrall2005-05-216-32/+3
| | | | *vars.cpp and .h files DSUI generates to the projects.
* Final (I hope) commit for my Master's project.thrall2005-05-1813-141/+1393
| | | | | Added some DSUI protections in Event. Belatedly added Kokyu_EC.* in ECConfigurator and fixed DTDs.
* Configurator_SyntaxHandler: fixed bug where consumers withoutthrall2005-03-217-48/+85
| | | | | | | | | | dependants weren't registering with EC. Set worktime from configuration file. supplierec.xml: Lowered event rate to avoid starving process thread. Added Subtask3_Trigger type to resolve Gateway dependency. Status: No known bugs. I need to do more testing to be sure.
* *** empty log message ***yfzhang2005-01-2411-213/+333
|
* Fixed segfault on second push by Supplier triggered by timeout. Newthrall2004-12-134-20/+37
| | | | | bugs: ECConsumer doesn't seem to receive events when worktime_ set; doesn't seem to ever actually push events after finishing work.
* Generic committhrall2004-12-069-24/+119
|
* Fixed some bugs, added some debug printoutsthrall2004-10-222-13/+34
|
* Added reactor() and init()thrall2004-10-222-8/+34
|
* Made pub_types in init() constthrall2004-10-222-2/+2
|
* Added debug printoutsthrall2004-10-221-0/+47
|
* Initialize members in constructorsthrall2004-10-221-0/+49
|
* Corrected remote IOR filenamethrall2004-10-221-1/+1
|
* Fixed typo and corrected remote IOR filenamethrall2004-10-221-2/+2
|
* Copy of examples/RtEC/Federated_Kokyu/chain_test modified to use the ↵thrall2004-09-0710-0/+698
| | | | ECConfigurator for debugging purposes; initial commit
* Added ECDriver behaviorthrall2004-09-061-1/+6
|
* Moved waiting for start time to ECDriver, converted a bunch of ms to 100s of nsthrall2004-09-061-20/+14
|
* Implemented ECDriver and ECTestDriver, adding necessary functionsthrall2004-09-062-0/+146
|
* Made Start/StopCondition enums namedthrall2004-09-061-7/+9
|
* Split executable from librarythrall2004-09-061-4/+16
|
* Remoted redundant QoSVector typedef from Configurator_SyntaxHandlerthrall2004-08-092-16/+15
|
* Most functionality implemented but not debugged.thrall2004-08-0914-141/+362
| | | | | | | | TODO: Allow RemoteEC consumers and suppliers, Negotiate event type and supplier IDs instead of specifying in XML, Implement ECTestDriver, Integrate with EC_DT tests
* Implemented abstract syntax parsing, though undebugged. Still need to hook ↵thrall2004-08-0817-152/+1374
| | | | in Kokyu_EC properly and implement ECTestDriver
* Initial commit of ECConfigurator. Was test_driver, but has been rewritten ↵thrall2004-08-0414-0/+2990
| | | | practically from scratch.
* Added QoSDescriptor task_id_ supportthrall2004-06-261-15/+34
|
* Added description of how to runthrall2004-06-261-0/+8
|
* Added readme describing how to runthrall2004-06-263-0/+51
|
* Added readme describing how to runthrall2004-06-261-0/+30
|
* Remade federated_dsui_vars.cppthrall2004-06-171-35/+36
|
* Incorporated mode checking into subtest execution time, fixed some other stuffthrall2004-06-1713-146/+131
|
* Fixed build errorsthrall2004-06-014-323/+3
|
* Now defaults to random mode switchingthrall2004-05-282-3/+5
|
* Added support for randomized mode switches, fixed DEBUG periodicitythrall2004-05-282-8/+28
|
* Adding reverse_const_iterators to the ACE_Hash_Map_Manager_Ex class.storri2004-05-284-667/+2743
|
* Fully functional, as far as I can tell.thrall2004-05-2710-106/+359
|
* Made passed EventType_Vectors const for safetythrall2004-05-262-76/+39
|
* Fixed bug where clients did not subscribe to multiple event types.thrall2004-05-267-55/+99
|
* Fixed problem of Client sending to only one Middle; next, set up multiple ↵thrall2004-05-259-150/+242
| | | | consumer subscriptions, then join semantics in the Server
* Stripped multiple subscriptions to get down to working path. Added dummy ↵thrall2004-05-249-203/+251
| | | | supplier for Consumer_Supplier_EC and Consumer_EC. Fixed ACE_Reactor in Reactor_Task. Added scripts for running the processes
* Moved Reactor_Task function definitions to cpp filethrall2004-05-193-372/+6
|
* Updated due to changes in Supplier classthrall2004-05-191-3/+1
|
* Replaced EC_Event_Limit with timeout in orb->run(), moved START and STOP ↵thrall2004-05-194-159/+148
| | | | events to right next to orb->run()
* Changed to use Kokyu/Dispatch_Deferrer's ACE_Reactor in Reactor_Taskthrall2004-05-181-11/+16
|
* Added KOKYU_HAS_RELEASE_GUARD macrothrall2004-05-181-0/+1
|
* Changed all run times to 340 secondsstorri2004-05-174-4/+4
|
* printf STOP now, so you know when you've got a good segfault; updated ↵thrall2004-05-144-17/+24
| | | | Reactor_Task reactor to use Dispatch_Deferrer's singleton
* Changed which ACE_Reactor the Reactor_Task usesthrall2004-05-144-18/+24
|
* *** empty log message ***yfzhang2004-05-148-23/+25
|
* Changed error output to stderr instead of ACE logging since we disabled that ↵thrall2004-05-145-68/+83
| | | | to clean out ACE_DEBUG messages
* Changed ACE_DEBUG error messages to ACE_ERRORthrall2004-05-145-17/+17
|