mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-21 16:25:45 +00:00
More services & small clean ups
This commit is contained in:
@@ -14,11 +14,7 @@ namespace PM_APP {
|
||||
class Interface : public Service::Interface {
|
||||
public:
|
||||
Interface();
|
||||
~Interface();
|
||||
/**
|
||||
* Gets the string port name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "pm:app";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user