1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Pack metadata structure

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@266 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
vassilis 2010-03-07 21:46:18 +00:00 committed by vassilis
parent 1ed841946c
commit db01fe9e6b

View File

@ -52,7 +52,7 @@ typedef struct {
int32_t gcsTelemetryUpdatePeriod; /** Update period used by the GCS (only if telemetry mode is PERIODIC) */
UAVObjUpdateMode loggingUpdateMode; /** Update mode used by the logging module */
int32_t loggingUpdatePeriod; /** Update period used by the logging module (only if logging mode is PERIODIC) */
} UAVObjMetadata;
} __attribute__((packed)) UAVObjMetadata;
/**
* Event types generated by the objects.