IFsmService class. More...
#include <IFsmService.h>
Public Member Functions | |
| virtual const FsmProfile & | get_fsm_profile ()=0 |
| virtual ReturnCode_t | set_fsm_profile (const FsmProfile &fsm_profile)=0 |
| virtual | ~IFsmService () |
IFsmService class.
Definition at line 53 of file IFsmService.h.
| virtual RTC::Local::IFsmService::~IFsmService | ( | ) | [inline, virtual] |
Definition at line 56 of file IFsmService.h.
| virtual const FsmProfile& RTC::Local::IFsmService::get_fsm_profile | ( | ) | [pure virtual] |
| virtual ReturnCode_t RTC::Local::IFsmService::set_fsm_profile | ( | const FsmProfile & | fsm_profile | ) | [pure virtual] |