56 virtual void setTleLine1(
const DtString& s);
59 virtual void setTleLine2(
const DtString& s);
87 namespace DtBufferSerialize
DtRwKeplerOrbitalElements is a set of Kepler Orbital Elements describing an earth orbit...
Definition: rwKeplerOrbitalElements.h:31
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
DtRwString myTleLine1
Definition: rwKeplerOrbitalElements.h:67
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Definition: rwKeplerOrbitalElements.h:20
virtual DtString prettyPrint() const
Routine to return a human readable form of the reader/writer variable. Not all reader/writer classes ...
DtOrbitMode DT_DLL_vrfutil DtOrbitModeStringToEnum(const DtString &orbitModeString)
bool myMutableSemiMajorAxisValid
Calculated on demand and stored for optimization.
Definition: rwKeplerOrbitalElements.h:83
DtRwString myTleLine2
Definition: rwKeplerOrbitalElements.h:68
DtString DT_DLL_vrfutil DtOrbitModeEnumToString(const DtOrbitMode &orbitModeEnum)
double myMutableSemiMajorAxis
Calculated on demand and stored for optimization.
Definition: rwKeplerOrbitalElements.h:82
Definition: rwKeplerOrbitalElements.h:22
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
Definition: rwKeplerOrbitalElements.h:21
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
DtOrbitMode
Definition: rwKeplerOrbitalElements.h:18