mathieu.
|
691ce0fdde
|
fix bug 230, rescan bindings
|
2008-12-10 17:01:06 -08:00 |
|
Craig Dowell
|
cea36a7ce4
|
make a pass through doxygen fixing errors
|
2008-12-09 20:29:04 -08:00 |
|
Mathieu Lacage
|
fe8a6a83b9
|
bug 257: change the default log output of time to seconds, not the simulator's resolution.
|
2008-11-25 15:37:43 +01:00 |
|
Mathieu Lacage
|
e2c52c7b90
|
remove realtime public API.
|
2008-10-27 12:47:33 +01:00 |
|
Mathieu Lacage
|
1a6629d9cf
|
make sure we implement all Schedule methods within the right class
|
2008-10-15 15:53:06 +02:00 |
|
Mathieu Lacage
|
cfea3297ac
|
remove event locking
|
2008-10-15 15:01:12 +02:00 |
|
Mathieu Lacage
|
82bbe71419
|
rename RealtimeSimulator to WallclockSimulator
|
2008-10-15 14:51:16 +02:00 |
|
Mathieu Lacage
|
6557016724
|
remove uneeded includes.
|
2008-10-15 14:42:27 +02:00 |
|
Mathieu Lacage
|
5dc0415289
|
move MakeEvent out of Simulator
|
2008-10-15 14:35:28 +02:00 |
|
Mathieu Lacage
|
e33fc49877
|
avoid using Ptr<EventImpl>
|
2008-10-15 13:35:49 +02:00 |
|
Mathieu Lacage
|
b4e442df4d
|
don't use EventId in Schedulers: use Scheduler::Event instead.
|
2008-10-15 13:05:33 +02:00 |
|
Mathieu Lacage
|
253fecb82e
|
define Scheduler::Event and use it in Scheduler::Insert
|
2008-10-15 10:33:43 +02:00 |
|
Mathieu Lacage
|
64c11d222a
|
reuse operator < (EventKey)
|
2008-10-15 10:11:32 +02:00 |
|
Mathieu Lacage
|
0d77861853
|
remove uneeded include.
|
2008-10-15 10:10:53 +02:00 |
|
Craig Dowell
|
2ca2b4e6bf
|
implement a non-realtime version of RunOneEvent for realtime simulator and allow Run, Stop, Run
|
2008-10-14 23:13:12 -07:00 |
|
Craig Dowell
|
8b6dc98d14
|
slight reorganization and naming change for added realtime methods
|
2008-10-14 22:52:41 -07:00 |
|
Craig Dowell
|
415f3adbc5
|
added test for m_running in ScheduleRealNow
|
2008-10-10 21:01:50 -07:00 |
|
Craig Dowell
|
55cca9abef
|
it helps to remember to add function implementations
|
2008-10-10 16:43:43 -07:00 |
|
Craig Dowell
|
b6a9b08f75
|
add dangerous realtime scheduling methods in an intentionally harder to find and use way
|
2008-10-10 16:22:13 -07:00 |
|
Craig Dowell
|
c101158f24
|
make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
|
2008-10-10 15:24:56 -07:00 |
|
Craig Dowell
|
cb9b816af0
|
enable nsc when nsc enabled
|
2008-09-09 17:09:37 -07:00 |
|
Gustavo J. A. M. Carneiro
|
8bb361bcba
|
Missing include
|
2008-09-08 12:54:47 +01:00 |
|
Gustavo J. A. M. Carneiro
|
e1f187d38a
|
Detect the pthread.h header file and automatically disable components that cannot build without it.
|
2008-09-08 12:19:46 +01:00 |
|
Unknown
|
d8dc981267
|
just remove hires clocks from wall-clock-synchronizer until they are needed
|
2008-09-06 21:15:59 -07:00 |
|
Unknown
|
e84289cff4
|
fix MinGW build
|
2008-09-06 21:04:39 -07:00 |
|
Unknown
|
fd149a38f3
|
no references to timespec if CLOCK_REALTIME undef
|
2008-09-06 10:41:13 -07:00 |
|
Gustavo J. A. M. Carneiro
|
b88b399635
|
RealTimeSimulatorImpl::EnableLogTo() is not implemented, remove it from the header file.
|
2008-08-29 14:53:38 +01:00 |
|
Unknown
|
caa878e725
|
expunge any mention of the possibility that the real-time simlator could operate in real-time mode
|
2008-08-28 15:11:55 -07:00 |
|
Unknown
|
15766219de
|
don't assume posix compatibility means posix clocks
|
2008-08-28 15:06:49 -07:00 |
|
Craig Dowell
|
c466a1d098
|
ifdef out ability to feed real-time through simulator
|
2008-08-26 23:11:11 -07:00 |
|
Craig Dowell
|
3ba8dce954
|
add realtime simulator and associated tests
|
2008-08-26 15:34:57 -07:00 |
|
Gustavo J. A. M. Carneiro
|
161adc2a4e
|
Bug #270: Simulator::RunOneEvent
|
2008-08-06 11:37:52 +01:00 |
|
Mathieu Lacage
|
162194c37f
|
repeat the virtual keyword in the subclass
|
2008-08-05 10:06:40 -07:00 |
|
Mathieu Lacage
|
7a711ae53e
|
bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again.
|
2008-08-03 09:14:07 -07:00 |
|
Mathieu Lacage
|
317878411a
|
kill dead code
|
2008-07-30 12:43:43 -07:00 |
|
Mathieu Lacage
|
36f196a9a0
|
bug 252: get rid of dead code.
|
2008-07-28 08:54:20 -07:00 |
|
Gustavo J. A. M. Carneiro
|
732b7994de
|
Add empty implementation of Simulator::SetImplementation, to make Python bindings work.
|
2008-07-24 11:37:56 +01:00 |
|
Craig Dowell
|
9c8ee223b3
|
make simulator implementation replaceable via global default value
|
2008-07-18 21:51:31 -07:00 |
|
Craig Dowell
|
b1af5815b0
|
factor simulator into interface and (multiple) implementation pieces
|
2008-07-17 23:52:59 -07:00 |
|
Mathieu Lacage
|
c1f8cff710
|
kill dead unimplemented API
|
2008-07-08 10:02:57 -07:00 |
|
Mathieu Lacage
|
056c8a7855
|
merge with HEAD
|
2008-07-02 13:21:01 -07:00 |
|
Mathieu Lacage
|
572ee9e3c9
|
export new methods for language bindings
|
2008-07-02 08:37:57 -07:00 |
|
Mathieu Lacage
|
b93a9aeef4
|
bug 245: build failure with gcc 4.3.x
|
2008-07-02 03:16:36 -07:00 |
|
Mathieu Lacage
|
12ae07ddab
|
bug 202: classes disappeared from doxygen output
|
2008-06-04 11:48:52 -07:00 |
|
Mathieu Lacage
|
26d46a960d
|
fix a couple of XXX
|
2008-05-30 11:11:00 -07:00 |
|
Mathieu Lacage
|
2a323473e4
|
doxygen
|
2008-05-30 11:03:18 -07:00 |
|
Tom Henderson
|
dfb9b7360a
|
Doxygen organization
|
2008-05-29 23:24:10 -07:00 |
|
Gustavo J. A. M. Carneiro
|
6152ba1a89
|
Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
|
2008-05-29 11:45:57 +01:00 |
|
Mathieu Lacage
|
6236cbf9a3
|
avoid useless ifdefs
|
2008-05-07 14:40:03 -07:00 |
|
Craig Dowell
|
58ab30c53c
|
fix optimized build, bug 169
|
2008-05-07 14:24:45 -07:00 |
|