Auto commit from DCSP - 2026/1/12 15:50:01
This commit is contained in:
19
test7/test7.h
Normal file
19
test7/test7.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void test7WriteLog(const std::string &msg);
|
||||
|
||||
void test7_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 test7_command_Pub(uint8_t* data, std::string dest, uint16_t len);
|
||||
|
||||
void test7_telemetry_Pub(uint8_t* data, std::string dest, uint16_t len);
|
||||
Reference in New Issue
Block a user