make.x3p.header: Put together the XML format x3p header following the ISO...

Description Usage Arguments Details Value References

View source: R/make.x3p.header.R

Description

Put together the XML format x3p header, main.xml, following the ISO 25178 and ISO 5436-2 standards.

Usage

1
2
3
4
5
make.x3p.header(surf.type, x.axis.type, x.data.type, xinc, x.offset,
  y.axis.type, y.data.type, yinc, y.offset, z.axis.type, z.data.type, zinc,
  z.offset, meas.dte, who.wrote.file, manufacturer, model, sn, vers, cal.dte,
  probe.type, probe.id, meas.comment, pts.per.prof, num.prof, z.format,
  data.bin.md5sumcheck)

Arguments

surf.type
x.axis.type
x.data.type
xinc
x.offset
y.axis.type
y.data.type
yinc
y.offset
z.axis.type
z.data.type
zinc
z.offset
meas.dte
who.wrote.file
manufacturer
model
sn
vers
cal.dte
probe.type
probe.id
meas.comment
pts.per.prof
num.prof
z.format
data.bin.md5sumcheck

Details

Put together the XML format x3p header following the ISO 25178 and ISO 5436-2 standards. The arguements to this function are the obligatory fields that must appear in the x3p header according to the ISO 5436-2 standard.

Value

An object of class XMLNode

References

http://open-gps.sourceforge.net/


npetraco/x3pr documentation built on May 23, 2019, 9:33 p.m.