YARP
Yet Another Robot Platform
FSM::Event Class Reference

class IEventSink More...

#include <yarp/manager/fsm.h>

Public Member Functions

 Event (const char *szName)
 
virtual ~Event ()=default
 
void setTimeStamp (double t)
 
double getTimeStamp ()
 
const char * getName ()
 
bool operator== (const Event &alt) const
 

Detailed Description

class IEventSink

Definition at line 31 of file fsm.h.

Constructor & Destructor Documentation

◆ Event()

FSM::Event::Event ( const char *  szName)
inline

Definition at line 34 of file fsm.h.

◆ ~Event()

virtual FSM::Event::~Event ( )
virtualdefault

Member Function Documentation

◆ getName()

const char* FSM::Event::getName ( )
inline

Definition at line 42 of file fsm.h.

◆ getTimeStamp()

double FSM::Event::getTimeStamp ( )
inline

Definition at line 41 of file fsm.h.

◆ operator==()

bool FSM::Event::operator== ( const Event alt) const
inline

Definition at line 44 of file fsm.h.

◆ setTimeStamp()

void FSM::Event::setTimeStamp ( double  t)
inline

Definition at line 40 of file fsm.h.


The documentation for this class was generated from the following file: