154359Sroberto
254359Sroberto/* records transmitted from extern CDU to MX 4200 */
354359Sroberto#define PMVXG_S_INITMODEA	0	/* initialization/mode part A */
454359Sroberto#define PMVXG_S_INITMODEB	1	/* initialization/mode part B*/
554359Sroberto#define PMVXG_S_SATHEALTH	2	/* satellite health control */
654359Sroberto#define PMVXG_S_DIFFNAV		3	/* differential navigation control */
754359Sroberto#define PMVXG_S_PORTCONF	7	/* control port configuration */
854359Sroberto#define PMVXG_S_GETSELFTEST	13	/* self test (request results) */
954359Sroberto#define PMVXG_S_RTCMCONF	16	/* RTCM port configuration */
1054359Sroberto#define PMVXG_S_PASSTHRU	17	/* equipment port pass-thru config */
1154359Sroberto#define PMVXG_S_RESTART		18	/* restart control */
1254359Sroberto#define PMVXG_S_OSCPARAM	19	/* oscillator parameter */
1354359Sroberto#define PMVXG_S_DOSELFTEST	20	/* self test (activate a test) */
1454359Sroberto#define PMVXG_S_TRECOVCONF	23	/* time recovery configuration */
1554359Sroberto#define PMVXG_S_RAWDATASEL	24	/* raw data port data selection */
1654359Sroberto#define PMVXG_S_EQUIPCONF	26	/* equipment port configuration */
1754359Sroberto#define PMVXG_S_RAWDATACONF	27	/* raw data port configuration */
1854359Sroberto
1954359Sroberto/* records transmitted from MX 4200 to external CDU */
2054359Sroberto#define PMVXG_D_STATUS		0	/* status */
2154359Sroberto#define PMVXG_D_POSITION	1	/* position */
2254359Sroberto#define PMVXG_D_OPDOPS		3	/* (optimum) DOPs */
2354359Sroberto#define PMVXG_D_MODEDATA	4	/* mode data */
2454359Sroberto#define PMVXG_D_SATPRED		5	/* satellite predictions */
2554359Sroberto#define PMVXG_D_SATHEALTH	6	/* satellite health status */
2654359Sroberto#define PMVXG_D_UNRECOG		7	/* unrecognized request response */
2754359Sroberto#define PMVXG_D_SIGSTRLOC	8	/* sig strength & location (sats 1-4) */
2854359Sroberto#define PMVXG_D_SPEEDHEAD	11	/* speed/heading data */
2954359Sroberto#define PMVXG_D_OSELFTEST	12	/* (old) self-test results */
3054359Sroberto#define PMVXG_D_SIGSTRLOC2	18	/* sig strength & location (sats 5-8) */
3154359Sroberto#define PMVXG_D_OSCPARAM	19	/* oscillator parameter */
3254359Sroberto#define PMVXG_D_SELFTEST	20	/* self test results */
3354359Sroberto#define PMVXG_D_PHV		21	/* position, height & velocity */
3454359Sroberto#define PMVXG_D_DOPS		22	/* DOPs */
3554359Sroberto#define PMVXG_D_SOFTCONF	30	/* software configuration */
3654359Sroberto#define PMVXG_D_DIFFGPSMODE	503	/* differential gps moding */
3754359Sroberto#define PMVXG_D_TRECOVUSEAGE	523	/* time recovery usage */
3854359Sroberto#define PMVXG_D_RAWDATAOUT	524	/* raw data port data output */
3954359Sroberto#define PMVXG_D_TRECOVRESULT	828	/* time recovery results */
4054359Sroberto#define PMVXG_D_TRECOVOUT	830	/* time recovery output message */
41