emc_system
Public Member Functions | Private Attributes | List of all members
emc::FSMInterface Class Reference

#include <data.h>

Public Member Functions

const std::stringevent () const
 
void raiseEvent (const char *event)
 
bool running () const
 

Private Attributes

std::string event_
 

Detailed Description

Definition at line 35 of file data.h.

Member Function Documentation

◆ event()

const std::string& emc::FSMInterface::event ( ) const
inline

Definition at line 47 of file data.h.

◆ raiseEvent()

void emc::FSMInterface::raiseEvent ( const char *  event)
inline

Definition at line 40 of file data.h.

◆ running()

bool emc::FSMInterface::running ( ) const

Definition at line 8 of file data.cpp.

Member Data Documentation

◆ event_

std::string emc::FSMInterface::event_
private

Definition at line 51 of file data.h.


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