read temperature test
This commit is contained in:
@ -11,12 +11,11 @@
|
||||
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
|
||||
#include <fsfw/tasks/ExecutableObjectIF.h>
|
||||
#include <fsfw/objectmanager/SystemObject.h>
|
||||
#include <p60dock.h>
|
||||
|
||||
extern "C" {
|
||||
#include <p60dock.h>
|
||||
#include <gs/param/internal/types.h>
|
||||
#include <csp/csp.h>
|
||||
#include <csp/interfaces/csp_if_can.h>
|
||||
}
|
||||
|
||||
|
||||
class P60DockTestTask: public SystemObject,
|
||||
@ -40,6 +39,7 @@ private:
|
||||
|
||||
uint8_t hk_mem[P60DOCK_HK_SIZE];
|
||||
uint8_t p60dock_node = 4;
|
||||
gs_param_table_instance_t node_hk;
|
||||
|
||||
ReturnValue_t sendPacket(void);
|
||||
ReturnValue_t initializeCSPStack(void);
|
||||
|
Reference in New Issue
Block a user