some changes taken over

This commit is contained in:
Robin Müller 2020-10-29 15:13:03 +01:00
parent 7970043cb5
commit 172fbd7e48
5 changed files with 6 additions and 27 deletions

View File

@ -1,10 +1,4 @@
/**
* \file logicalAddresses.cpp
*
* \date 06.11.2019
*/
#include <fsfw/unittest/config/devices/logicalAddresses.h>
#include "logicalAddresses.h"

View File

@ -1,10 +1,4 @@
/**
* @file switcherList.cpp
*
* @date 28.11.2019
*/
#include <fsfw/unittest/config/devices/powerSwitcherList.h>
#include "powerSwitcherList.h"

View File

@ -1,19 +1,9 @@
/**
* @file switcherList.h
*
* @date 28.11.2019
*/
#ifndef CONFIG_DEVICES_POWERSWITCHERLIST_H_
#define CONFIG_DEVICES_POWERSWITCHERLIST_H_
namespace switches {
/* Switches are uint8_t datatype and go from 0 to 255 */
enum switcherList {
PCDU,
GPS0,
GPS1,
DUMMY = 129
};
}

View File

@ -1,5 +1,6 @@
#include "MissionMessageTypes.h"
#include <fsfw/ipc/CommandMessage.h>
#include <fsfw/unittest/config/ipc/MissionMessageTypes.h>
void messagetypes::clearMissionMessage(CommandMessage* message) {
switch(message->getMessageType()) {

View File

@ -1,10 +1,10 @@
#include "Factory.h"
#include <fsfw/events/EventManager.h>
#include <fsfw/health/HealthTable.h>
#include <fsfw/internalError/InternalErrorReporter.h>
#include <fsfw/objectmanager/frameworkObjects.h>
#include <fsfw/unittest/config/cdatapool/dataPoolInit.h>
#include <fsfw/unittest/config/objects/Factory.h>
/**
* @brief Produces system objects.