SMACC2
Loading...
Searching...
No Matches
Classes | Enumerations
smacc2::state_reactors Namespace Reference

Classes

class  EgRandomGenerator
 
struct  EmptyObjectTag
 
struct  EvAllGo
 
struct  EvConditionalTrue
 
struct  EvCountdownEnd
 
struct  EventA
 
struct  EventB
 
struct  EventC
 
class  SrAllEventsGo
 
class  SrConditional
 
class  SrEventCountdown
 

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 42 of file eg_random_generator.hpp.

43{
45 ONE_SHOT,
46 ON_UPDATE
47};