#include <SimulatorSystemPositionRecord.h>
Public Member Functions | |
| SimulatorSystemPositionRecord () | |
| Default ctor. | |
| SimulatorSystemPositionRecord (const complex< float > &position) | |
| Construct an initialized object of this class. | |
| SimulatorSystemPositionRecord (const SimulatorSystemPositionRecord &rhs) | |
| Construct an initialized object of this class. | |
| ~SimulatorSystemPositionRecord () | |
| Dtor. | |
| SimulatorSystemPositionRecord & | operator= (const SimulatorSystemPositionRecord &rhs) |
| Set the value of this object to the reference. | |
| bool | operator== (const SimulatorSystemPositionRecord &rhs) const |
| The equality operator. | |
| bool | operator!= (const SimulatorSystemPositionRecord &rhs) const |
| The inequality operator. | |
| off_t | size () const |
| Give the size of this object on the media. | |
| ostream & | operator<< (ostream &o) |
| Stream the contents of the class. | |
| bool | write (ACE_FILE_IO &file) |
| Write a data start record to media. | |
| bool | read (const ACE_FILE_IO &file) |
| Read a data start record to media. | |
Definition at line 17 of file SimulatorSystemPositionRecord.h.
| SimulatorSystemPositionRecord::SimulatorSystemPositionRecord | ( | ) |
Default ctor.
| SimulatorSystemPositionRecord::SimulatorSystemPositionRecord | ( | const complex< float > & | position | ) |
Construct an initialized object of this class.
| depth | The position argument of this object. |
| SimulatorSystemPositionRecord::SimulatorSystemPositionRecord | ( | const SimulatorSystemPositionRecord & | rhs | ) |
Construct an initialized object of this class.
| rhs | The reference object. |
| SimulatorSystemPositionRecord::~SimulatorSystemPositionRecord | ( | ) |
Dtor.
| SimulatorSystemPositionRecord& SimulatorSystemPositionRecord::operator= | ( | const SimulatorSystemPositionRecord & | rhs | ) |
Set the value of this object to the reference.
| rhs | The reference object. |
| bool SimulatorSystemPositionRecord::operator== | ( | const SimulatorSystemPositionRecord & | rhs | ) | const |
The equality operator.
| rhs | The reference object. |
| bool SimulatorSystemPositionRecord::operator!= | ( | const SimulatorSystemPositionRecord & | rhs | ) | const |
The inequality operator.
| rhs | The reference object. |
| off_t SimulatorSystemPositionRecord::size | ( | ) | const |
Give the size of this object on the media.
| ostream& SimulatorSystemPositionRecord::operator<< | ( | ostream & | o | ) |
Stream the contents of the class.
| o | The output stream. |
| bool SimulatorSystemPositionRecord::write | ( | ACE_FILE_IO & | file | ) |
Write a data start record to media.
| bool SimulatorSystemPositionRecord::read | ( | const ACE_FILE_IO & | file | ) |
Read a data start record to media.