FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
fsm Class Reference

#include <fsm.h>

Public Member Functions

 fsm (fsm const &)
 
 fsm (fsmEngine const &)
 
 fsm (int, int)
 
 fsm (void)
 
fsmoperator= (fsm const &)
 
fsmState currentState (void) const
 
int initialState (fsmState)
 
int stateChange (fsmInput)
 
virtual ~fsm (void)
 

Protected Member Functions

void copy (fsm const &)
 
void copy (fsmEngine const &)
 
void destroy (void)
 

Detailed Description

Definition at line 23 of file fsm.h.

Constructor & Destructor Documentation

◆ fsm() [1/4]

fsm::fsm ( fsm const & )

◆ fsm() [2/4]

fsm::fsm ( fsmEngine const & )

◆ fsm() [3/4]

fsm::fsm ( int ,
int  )

◆ fsm() [4/4]

fsm::fsm ( void )

◆ ~fsm()

virtual fsm::~fsm ( void )
virtual

Member Function Documentation

◆ copy() [1/2]

void fsm::copy ( fsm const & )
protected

◆ copy() [2/2]

void fsm::copy ( fsmEngine const & )
protected

◆ currentState()

fsmState fsm::currentState ( void ) const

◆ destroy()

void fsm::destroy ( void )
protected

◆ initialState()

int fsm::initialState ( fsmState )

◆ operator=()

fsm & fsm::operator= ( fsm const & )

◆ stateChange()

int fsm::stateChange ( fsmInput )

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