SMACC2
Loading...
Searching...
No Matches
smacc_tracing.hpp
Go to the documentation of this file.
1// Copyright 2021 RobosoftAI Inc.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15/*****************************************************************************************************************
16 *
17 * Authors: Pablo Inigo Blasco, Brett Aldrich
18 *
19 ******************************************************************************************************************/
20
21#include <tracetools/tracetools.h>
22
23#ifdef __cplusplus
24extern "C"
25{
26#endif
27 DECLARE_TRACEPOINT(spinOnce)
28
29 DECLARE_TRACEPOINT(smacc2_event, const char * event_type)
30
31 DECLARE_TRACEPOINT(smacc2_state_update_start, const char * updatable_element_name)
32
33 DECLARE_TRACEPOINT(smacc2_state_update_end, const char * updatable_element_name)
34
36
38
40
42
44
46
49 const char * client_behavior_name)
50
53 const char * client_behavior_name)
54
57 const char * client_behavior_name)
58
61 const char * client_behavior_name)
62
63#ifdef __cplusplus
64}
65#endif
const char * state_name
DECLARE_TRACEPOINT(smacc2_client_behavior_on_entry_start, const char *state_name, const char *orthogonal_name, const char *client_behavior_name) DECLARE_TRACEPOINT(smacc2_client_behavior_on_entry_end
const char const char * orthogonal_name
smacc2_state_update_start
smacc2_state_onExit_end
smacc2_state_onRuntimeConfigure_start
smacc2_state_onEntry_end
smacc2_client_behavior_on_exit_end
smacc2_state_onRuntimeConfigure_end
smacc2_client_behavior_on_exit_start
smacc2_state_onEntry_start
smacc2_event
smacc2_client_behavior_on_entry_start
smacc2_state_onExit_start
smacc2_state_update_end
smacc2_client_behavior_on_entry_end