public class ApmWriter extends AbstractMessageWriter<Header,Segment<AdmMetadata,ApmData>,Apm>
| Modifier and Type | Field and Description |
|---|---|
static double |
CCSDS_APM_VERS
Version number implemented.
|
static int |
KVN_PADDING_WIDTH
Padding width for aligning the '=' sign.
|
DEFAULT_ORIGINATOR| Constructor and Description |
|---|
ApmWriter(IERSConventions conventions,
DataContext dataContext,
AbsoluteDate missionReferenceDate)
Complete constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeSegmentContent(Generator generator,
double formatVersion,
Segment<AdmMetadata,ApmData> segment)
Write one segment content (without XML wrapping).
|
getContext, getDefaultVersion, getTimeConverter, setContext, writeFooter, writeHeader, writeSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteMessagepublic static final double CCSDS_APM_VERS
public static final int KVN_PADDING_WIDTH
public ApmWriter(IERSConventions conventions, DataContext dataContext, AbsoluteDate missionReferenceDate)
Calling this constructor directly is not recommended. Users should rather use
writerBuilder.buildOpmWriter().
conventions - IERS ConventionsdataContext - used to retrieve frames, time scales, etc.missionReferenceDate - reference date for Mission Elapsed Time or Mission Relative Time time systemspublic void writeSegmentContent(Generator generator, double formatVersion, Segment<AdmMetadata,ApmData> segment) throws IOException
writeSegmentContent in class AbstractMessageWriter<Header,Segment<AdmMetadata,ApmData>,Apm>generator - generator to use for producing outputformatVersion - format version to usesegment - segment to writeIOException - if any buffer writing operations failsCopyright © 2002-2021 CS GROUP. All rights reserved.