some changes taken over
This commit is contained in:
parent
7970043cb5
commit
172fbd7e48
@ -1,10 +1,4 @@
|
|||||||
/**
|
#include "logicalAddresses.h"
|
||||||
* \file logicalAddresses.cpp
|
|
||||||
*
|
|
||||||
* \date 06.11.2019
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <fsfw/unittest/config/devices/logicalAddresses.h>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
/**
|
#include "powerSwitcherList.h"
|
||||||
* @file switcherList.cpp
|
|
||||||
*
|
|
||||||
* @date 28.11.2019
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <fsfw/unittest/config/devices/powerSwitcherList.h>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,19 +1,9 @@
|
|||||||
/**
|
|
||||||
* @file switcherList.h
|
|
||||||
*
|
|
||||||
* @date 28.11.2019
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
#ifndef CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
||||||
#define CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
#define CONFIG_DEVICES_POWERSWITCHERLIST_H_
|
||||||
|
|
||||||
namespace switches {
|
namespace switches {
|
||||||
/* Switches are uint8_t datatype and go from 0 to 255 */
|
/* Switches are uint8_t datatype and go from 0 to 255 */
|
||||||
enum switcherList {
|
enum switcherList {
|
||||||
PCDU,
|
|
||||||
GPS0,
|
|
||||||
GPS1,
|
|
||||||
DUMMY = 129
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
#include "MissionMessageTypes.h"
|
||||||
|
|
||||||
#include <fsfw/ipc/CommandMessage.h>
|
#include <fsfw/ipc/CommandMessage.h>
|
||||||
#include <fsfw/unittest/config/ipc/MissionMessageTypes.h>
|
|
||||||
|
|
||||||
void messagetypes::clearMissionMessage(CommandMessage* message) {
|
void messagetypes::clearMissionMessage(CommandMessage* message) {
|
||||||
switch(message->getMessageType()) {
|
switch(message->getMessageType()) {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
|
#include "Factory.h"
|
||||||
|
|
||||||
#include <fsfw/events/EventManager.h>
|
#include <fsfw/events/EventManager.h>
|
||||||
#include <fsfw/health/HealthTable.h>
|
#include <fsfw/health/HealthTable.h>
|
||||||
|
|
||||||
#include <fsfw/internalError/InternalErrorReporter.h>
|
#include <fsfw/internalError/InternalErrorReporter.h>
|
||||||
#include <fsfw/objectmanager/frameworkObjects.h>
|
#include <fsfw/objectmanager/frameworkObjects.h>
|
||||||
#include <fsfw/unittest/config/cdatapool/dataPoolInit.h>
|
|
||||||
#include <fsfw/unittest/config/objects/Factory.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Produces system objects.
|
* @brief Produces system objects.
|
||||||
|
Loading…
Reference in New Issue
Block a user