SMACC
Loading...
Searching...
No Matches
smacc_event_generator.cpp
Go to the documentation of this file.
1/*****************************************************************************************************************
2 * ReelRobotix Inc. - Software License Agreement Copyright (c) 2018
3 * Authors: Pablo Inigo Blasco, Brett Aldrich
4 *
5 ******************************************************************************************************************/
6
8
9namespace smacc
10{
11
13 {
14 }
15
17 {
18 }
19
21 {
22 }
23
25 {
26 }
27
29 {
30 this->ownerState_ = ownerState;
31 this->onInitialized();
32 }
33
35 {
36 }
37
38} // namespace smacc
void initialize(ISmaccState *ownerState)