Initial commit from DCSP - 2025/12/30 17:02:18
This commit is contained in:
19
SwitchHS.h
Normal file
19
SwitchHS.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void SwitchHSWriteLog(const std::string &msg);
|
||||
|
||||
void SwitchHS_init(uint8_t domainid, std::string appname);
|
||||
|
||||
void command_callback(std::string src, std::string dest, std::string type,
|
||||
std::string reserve1, std::string reserve2,
|
||||
std::vector<uint8_t>& data);
|
||||
|
||||
void telemetry_callback(std::string src, std::string dest, std::string type,
|
||||
std::string reserve1, std::string reserve2,
|
||||
std::vector<uint8_t>& data);
|
||||
|
||||
void SwitchHS_command_Pub(uint8_t* data, std::string dest, uint16_t len);
|
||||
|
||||
void SwitchHS_telemetry_Pub(uint8_t* data, std::string dest, uint16_t len);
|
||||
Reference in New Issue
Block a user