12 lines
416 B
C
12 lines
416 B
C
#ifndef FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_
|
|
#define FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_
|
|
|
|
/* Collected related headers */
|
|
#include "fsfw/datapoollocal/LocalDataSet.h"
|
|
#include "fsfw/datapoollocal/LocalPoolVariable.h"
|
|
#include "fsfw/datapoollocal/LocalPoolVector.h"
|
|
#include "fsfw/datapoollocal/SharedLocalDataSet.h"
|
|
#include "fsfw/datapoollocal/StaticLocalDataSet.h"
|
|
|
|
#endif /* FSFW_DATAPOOLLOCAL_DATAPOOLLOCAL_H_ */
|