SMACC
Loading...
Searching...
No Matches
Classes | Enumerations
smacc::state_reactors Namespace Reference

Classes

class  EgRandomGenerator
 
struct  EmptyObjectTag
 
struct  EvAllGo
 
struct  EvCountdownEnd
 
struct  EventA
 
struct  EventB
 
struct  EventC
 
struct  Evsr_conditionalTrue
 
class  SrAllEventsGo
 
class  SrEventCountdown
 
class  Srsr_conditional
 

Enumerations

enum class  RandomGenerateReactorMode { INPUT_EVENT_TRIGGERED , ONE_SHOT , ON_UPDATE }
 

Enumeration Type Documentation

◆ RandomGenerateReactorMode

Enumerator
INPUT_EVENT_TRIGGERED 
ONE_SHOT 
ON_UPDATE 

Definition at line 28 of file eg_random_generator.h.

29 {
31 ONE_SHOT,
32 ON_UPDATE
33 };