56 virtual void setTleLine1(
const DtString& s);
59 virtual void setTleLine2(
const DtString& s);
85 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.
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
DtRwString myTleLine1
Definition: rwKeplerOrbitalElements.h:65
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
DtOrbitMode DT_DLL_vrfutil DtOrbitModeStringToEnum(const DtString &orbitModeString)
bool myMutableSemiMajorAxisValid
Definition: rwKeplerOrbitalElements.h:81
DtRwString myTleLine2
Definition: rwKeplerOrbitalElements.h:66
DtString DT_DLL_vrfutil DtOrbitModeEnumToString(const DtOrbitMode &orbitModeEnum)
double myMutableSemiMajorAxis
Calculated on demand and stored for optimization.
Definition: rwKeplerOrbitalElements.h:80
Definition: rwKeplerOrbitalElements.h:22
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer.
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