Added enableSetPosition to report

This commit is contained in:
MarkRivers
2013-04-25 23:21:05 +00:00
parent 06d22f3e89
commit c4c4e4f79f
+1
View File
@@ -220,6 +220,7 @@ void XPSController::report(FILE *fp, int level)
fprintf(fp, " idle poll period: %f\n", idlePollPeriod_);
if (level > 0) {
fprintf(fp, " enableSetPosition: %d\n", enableSetPosition_);
fprintf(fp, " setPositionSettlingTime: %f\n", setPositionSettlingTime_);
fprintf(fp, " IPAddress: %s\n", IPAddress_);
fprintf(fp, " IPPort: %d\n", IPPort_);