lis3 minor form changes
This commit is contained in:
parent
74b320d8e4
commit
a965a80d94
@ -1,7 +1,9 @@
|
|||||||
#include <fsfw/datapool/PoolReadGuard.h>
|
|
||||||
#include "MGMHandlerLIS3MDL.h"
|
#include "MGMHandlerLIS3MDL.h"
|
||||||
|
|
||||||
#include <fsfw/datapool/PoolReadGuard.h>
|
#include "fsfw/datapool/PoolReadGuard.h"
|
||||||
|
#if OBSW_VERBOSE_LEVEL >= 1
|
||||||
|
#include "fsfw/globalfunctions/PeriodicOperationDivider.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
MGMHandlerLIS3MDL::MGMHandlerLIS3MDL(object_id_t objectId,
|
MGMHandlerLIS3MDL::MGMHandlerLIS3MDL(object_id_t objectId,
|
||||||
object_id_t deviceCommunication, CookieIF* comCookie):
|
object_id_t deviceCommunication, CookieIF* comCookie):
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#ifndef MISSION_DEVICES_MGMLIS3MDLHANDLER_H_
|
#ifndef MISSION_DEVICES_MGMLIS3MDLHANDLER_H_
|
||||||
#define MISSION_DEVICES_MGMLIS3MDLHANDLER_H_
|
#define MISSION_DEVICES_MGMLIS3MDLHANDLER_H_
|
||||||
|
|
||||||
|
#include "OBSWConfig.h"
|
||||||
#include "devicedefinitions/MGMHandlerLIS3Definitions.h"
|
#include "devicedefinitions/MGMHandlerLIS3Definitions.h"
|
||||||
|
#include "events/subsystemIdRanges.h"
|
||||||
|
|
||||||
#include <OBSWConfig.h>
|
#include "fsfw/devicehandlers/DeviceHandlerBase.h"
|
||||||
#include <events/subsystemIdRanges.h>
|
|
||||||
|
|
||||||
#include <fsfw/devicehandlers/DeviceHandlerBase.h>
|
class PeriodicOperationDivider;
|
||||||
#include <fsfw/globalfunctions/PeriodicOperationDivider.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Device handler object for the LIS3MDL 3-axis magnetometer
|
* @brief Device handler object for the LIS3MDL 3-axis magnetometer
|
||||||
|
Loading…
Reference in New Issue
Block a user