finally it works
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
@ -12,6 +12,13 @@
|
||||
|
||||
namespace GOMSPACE {
|
||||
|
||||
enum CspPorts: uint8_t {
|
||||
CSP_PING = 1,
|
||||
CSP_REBOOT = 4,
|
||||
P60_PORT_RPARAM_ENUM = 7,
|
||||
P60_PORT_GNDWDT_RESET_ENUM = 9
|
||||
};
|
||||
|
||||
enum class Pdu { PDU1, PDU2 };
|
||||
|
||||
using ChannelSwitchHook = void (*)(Pdu pdu, uint8_t channel, bool on, void* args);
|
||||
@ -466,6 +473,12 @@ class PduAuxHk : public StaticLocalDataSet<36> {
|
||||
lp_var_t<uint8_t>(sid.objectId, P60System::pool::PDU_WDT_CSP_LEFT2, this);
|
||||
};
|
||||
|
||||
//class HkWrapper {
|
||||
//public:
|
||||
// HkWrapper(PduCoreHk& coreHk, PduAuxHk& auxHk) {
|
||||
//
|
||||
// }
|
||||
//};
|
||||
} // namespace PDU
|
||||
|
||||
namespace PDU1 {
|
||||
|
Reference in New Issue
Block a user