Mathieu Lacage
|
0fade9d7af
|
fix coding style
|
2006-11-01 13:11:30 +01:00 |
|
Mathieu Lacage
|
a958188e19
|
fix build
|
2006-10-28 21:25:00 +02:00 |
|
Mathieu Lacage
|
fecf0c1494
|
implement ScheduleNow and ScheduleDestroy methods
|
2006-10-28 21:21:55 +02:00 |
|
Mathieu Lacage
|
ebd16ea6fc
|
implement overloads for ScheduleNow and ScheduleDestroy
|
2006-10-28 21:21:53 +02:00 |
|
Mathieu Lacage
|
35eab87f76
|
start of work to re-implement Schedule* methods
|
2006-10-28 21:21:51 +02:00 |
|
Mathieu Lacage
|
ef639a6e17
|
fix Time::ApproximateTo* return type
|
2006-10-28 21:21:48 +02:00 |
|
Mathieu Lacage
|
4449e8b51d
|
new Time implementation
|
2006-10-28 21:21:34 +02:00 |
|
Mathieu Lacage
|
ab50c87bf2
|
move event generation to MakeEvent methods
|
2006-10-28 17:44:15 +02:00 |
|
Mathieu Lacage
|
defa1e3a91
|
fix coding style
|
2006-10-21 11:35:34 +02:00 |
|
Mathieu Lacage
|
df7747bbe6
|
fix coding style
|
2006-10-21 11:35:02 +02:00 |
|
Mathieu Lacage
|
7ea80521bb
|
fix coding style
|
2006-10-20 15:09:24 +02:00 |
|
Mathieu Lacage
|
676dc8b5ac
|
fix coding style
|
2006-10-20 14:21:33 +02:00 |
|
Mathieu Lacage
|
90df8d054b
|
change emacs mode to new NS3 elisp mode
|
2006-10-20 14:17:03 +02:00 |
|
Mathieu Lacage
|
ac4aeaca3d
|
fix coding style
|
2006-10-18 09:27:21 +02:00 |
|
Mathieu Lacage
|
9e4cfc42bf
|
improve the IsExpired documentation
|
2006-10-06 20:17:53 +02:00 |
|
Mathieu Lacage
|
7f8eb2c50b
|
fix coding style
|
2006-10-06 13:37:25 +02:00 |
|
Unknown
|
729c3f373b
|
remove unused variable
|
2006-10-03 12:21:13 +02:00 |
|
Unknown
|
cf41608a09
|
make destructor public to avoid compiler warning.
|
2006-10-03 12:20:13 +02:00 |
|
Unknown
|
17233b9d8b
|
fix 64 bit warning
|
2006-10-03 12:18:53 +02:00 |
|
Mathieu Lacage
|
77b66f56e1
|
test each default event scheduler
|
2006-10-02 19:10:04 +02:00 |
|
Mathieu Lacage
|
bbcf953d34
|
try to get rid of tabs which sneaked in
|
2006-10-02 14:37:46 +02:00 |
|
Mathieu Lacage
|
9f93b7fb53
|
fix emacs tab mode (reported by george)
|
2006-10-02 14:34:53 +02:00 |
|
Mathieu Lacage
|
a405ffd68d
|
add Simulator::enableParallelSimulation method
|
2006-10-02 11:43:54 +02:00 |
|
Mathieu Lacage
|
a1f245126e
|
rename time.h to nstime.h
|
2006-10-02 11:41:40 +02:00 |
|
Mathieu Lacage
|
21039d13d2
|
add trailer
|
2006-10-02 11:39:45 +02:00 |
|
Mathieu Lacage
|
a11e85066f
|
remove chunk
|
2006-10-02 11:32:31 +02:00 |
|
Mathieu Lacage
|
4cabbc027a
|
small doc fix
|
2006-10-02 11:25:07 +02:00 |
|
Mathieu Lacage
|
4809217dc0
|
add header
|
2006-10-02 11:23:18 +02:00 |
|
Mathieu Lacage
|
4d69c43531
|
fix typo
|
2006-09-30 08:04:37 +02:00 |
|
Mathieu Lacage
|
4ef43ab1c8
|
rename Chunk::print to Chunk::printTo
|
2006-09-30 08:03:40 +02:00 |
|
Mathieu Lacage
|
049eb78586
|
change Time into Time const &
|
2006-09-29 19:18:48 +02:00 |
|
Mathieu Lacage
|
af72e72dc7
|
fix build for optimized case
|
2006-09-25 19:02:13 +02:00 |
|
Mathieu Lacage
|
fecc1ded2a
|
add Constants section to doxygen documentation
|
2006-09-25 18:55:23 +02:00 |
|
Mathieu Lacage
|
bd97522a7c
|
implement new tag identification scheme
|
2006-09-15 13:05:03 +02:00 |
|
Mathieu Lacage
|
3e88c0eb3a
|
document packet uid, fix build
|
2006-09-08 18:57:40 +02:00 |
|
Mathieu Lacage
|
b61c5a3a18
|
add packet uid
|
2006-09-08 18:51:47 +02:00 |
|
Mathieu Lacage
|
1a510b4a26
|
replace pointers with references
|
2006-09-08 18:45:48 +02:00 |
|
Mathieu Lacage
|
7be84aded8
|
move around code to implementation section
|
2006-09-07 12:35:06 +02:00 |
|
Mathieu Lacage
|
c6e4b8811d
|
doc typo
|
2006-09-07 12:34:53 +02:00 |
|
Mathieu Lacage
|
0aeb4faa87
|
integrate sample code
|
2006-09-07 11:15:40 +02:00 |
|
Mathieu Lacage
|
d13d83d81a
|
fix doc typo
|
2006-09-07 10:51:12 +02:00 |
|
Mathieu Lacage
|
842015ef19
|
add high-level intro to Packet API and implementation
|
2006-09-07 10:12:40 +02:00 |
|
Mathieu Lacage
|
d0f62fbb87
|
start of rationale for packets
|
2006-09-06 17:06:45 +02:00 |
|
Mathieu Lacage
|
4fa19c35b5
|
improve documentation and remove updateTag method
|
2006-09-06 16:46:26 +02:00 |
|
Mathieu Lacage
|
fede074f3a
|
add comment on implementation location
|
2006-09-06 15:20:25 +02:00 |
|
Mathieu Lacage
|
73b1489fbc
|
add comment on implementation location
|
2006-09-06 15:19:03 +02:00 |
|
Mathieu Lacage
|
48200e2976
|
add comment on implementation location
|
2006-09-06 15:18:20 +02:00 |
|
Mathieu Lacage
|
51cea233f1
|
reorganize the implementation of template member methods in Simulator class
|
2006-09-06 15:17:44 +02:00 |
|
Mathieu Lacage
|
71426c90f9
|
fix documentation generation warning and add doc for TagPrettyPrinter
|
2006-09-06 15:01:56 +02:00 |
|
Mathieu Lacage
|
2f85a9e691
|
move aroudn bound functors
|
2006-09-06 14:56:13 +02:00 |
|