Class RosTask
Defined in File ros_task.h
Inheritance Relationships
Derived Types
public ImuDiagRosPublisherInterface(Class ImuDiagRosPublisherInterface)public ImuIdentificationRosPublisherInterface(Class ImuIdentificationRosPublisherInterface)public RosPublisherGroupInterface(Class RosPublisherGroupInterface)
Class Documentation
-
class RosTask
Interface for running a task in a thread.
Subclassed by ImuDiagRosPublisherInterface, ImuIdentificationRosPublisherInterface, RosPublisherGroupInterface
Public Functions
-
virtual void run() = 0
Method that run on a thread.
This function will run on a thread and a class that implement this method will have concurrent support.
-
virtual void run() = 0