Goby3
3.1.5a
2024.05.23
|
Classes | |
class | Application |
Functions | |
std::pair< bool, protobuf::TerminateResponse > | check_terminate (const protobuf::TerminateRequest &request, const std::string &app_name) |
Checks if the terminate request is for this application, either by target_name or PID. More... | |
|
inline |
Checks if the terminate request is for this application, either by target_name or PID.
request | Request message from goby_terminate |
app_name | The current application name (typically cfg().app().name()) |
Definition at line 48 of file terminate.h.