SMACC
Loading...
Searching...
No Matches
smacc_client_behavior.h
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
7#pragma once
8#include <smacc/smacc_client_behavior_base.h>
9
10namespace smacc
11{
13 {
14 public:
15 virtual void onEntry() override;
16 virtual void onExit() override;
17 };
18} // namespace smacc
19
virtual void onExit() override
virtual void onEntry() override