| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <satposition.h>
Inheritance diagram for SatPosition:

Public Member Functions | |
| SatPosition () | |
| int | type () |
| double | period () |
| Node * | node () |
| virtual coordinate | coord ()=0 |
Static Public Attributes | |
| double | time_advance_ = 0 |
Protected Member Functions | |
| int | command (int argc, const char *const *argv) |
Protected Attributes | |
| coordinate | initial_ |
| double | period_ |
| int | type_ |
| Node * | node_ |
|
|
|
|
||||||||||||
|
Reimplemented from TclObject. Reimplemented in PolarSatPosition. |
|
|
Implemented in PolarSatPosition, GeoSatPosition, and TermSatPosition. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|