MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / msg_det_cb

Function msg_det_cb

Modules/ground_station/src/ground_station_msg.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 printf_message(message);
28}
29void msg_det_cb(const prometheus_msgs::Message::ConstPtr& msg)
30{
31 prometheus_msgs::Message message = *msg;
32 printf_message(message);
33}
34//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>主 函 数<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
35int main(int argc, char **argv)
36{

Callers

nothing calls this directly

Calls 1

printf_messageFunction · 0.85

Tested by

no test coverage detected