Skip to content

IService Interface #5

Description

@Pavllick

There is enum in the Canbus subsystem:

enum class CanbusState {
STOPPED,
STARTING,
RUNNING,
STOPPING
};

Consider creating IService interface and SeriviceBase class, to add ServiceStatus to all services in the project along with Start(), Stop() and GetState() methods as they are currently all have that but don't rely on any central interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions