fsfw/src/fsfw/datapoollocal.h

12 lines
416 B
C
Raw Normal View History

2021-07-19 16:25:51 +02:00
#ifndef FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_
#define FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_
/* Collected related headers */
2022-02-02 10:29:30 +01:00
#include "fsfw/datapoollocal/LocalDataSet.h"
2021-07-19 16:25:51 +02:00
#include "fsfw/datapoollocal/LocalPoolVariable.h"
#include "fsfw/datapoollocal/LocalPoolVector.h"
#include "fsfw/datapoollocal/SharedLocalDataSet.h"
2022-02-02 10:29:30 +01:00
#include "fsfw/datapoollocal/StaticLocalDataSet.h"
2021-07-19 16:25:51 +02:00
#endif /* FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_ */