SMACC2
|
#include <smacc2/smacc_tracing/smacc_tracing.hpp>
Go to the source code of this file.
Macros | |
#define | CONDITIONAL_TP(...) |
#define CONDITIONAL_TP | ( | ... | ) |
Definition at line 27 of file smacc_tracing.cpp.
void TRACEPOINT | ( | smacc2_client_behavior_on_entry_end | , |
const char * | state_name, | ||
const char * | orthogonal_name, | ||
const char * | client_behavior_name | ||
) |
Definition at line 82 of file smacc_tracing.cpp.
References CONDITIONAL_TP, orthogonal_name, smacc2_client_behavior_on_entry_end, and state_name.
void TRACEPOINT | ( | smacc2_client_behavior_on_entry_start | , |
const char * | state_name, | ||
const char * | orthogonal_name, | ||
const char * | client_behavior_name | ||
) |
Definition at line 74 of file smacc_tracing.cpp.
References CONDITIONAL_TP, orthogonal_name, smacc2_client_behavior_on_entry_start, and state_name.
void TRACEPOINT | ( | smacc2_client_behavior_on_exit_end | , |
const char * | state_name, | ||
const char * | orthogonal_name, | ||
const char * | client_behavior_name | ||
) |
Definition at line 98 of file smacc_tracing.cpp.
References CONDITIONAL_TP, orthogonal_name, smacc2_client_behavior_on_exit_end, and state_name.
void TRACEPOINT | ( | smacc2_client_behavior_on_exit_start | , |
const char * | state_name, | ||
const char * | orthogonal_name, | ||
const char * | client_behavior_name | ||
) |
Definition at line 90 of file smacc_tracing.cpp.
References CONDITIONAL_TP, orthogonal_name, smacc2_client_behavior_on_exit_start, and state_name.
void TRACEPOINT | ( | smacc2_event | , |
const char * | event_type | ||
) |
void TRACEPOINT | ( | smacc2_state_onEntry_end | , |
const char * | state_name | ||
) |
Definition at line 59 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onEntry_end, and state_name.
void TRACEPOINT | ( | smacc2_state_onEntry_start | , |
const char * | state_name | ||
) |
Definition at line 54 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onEntry_start, and state_name.
void TRACEPOINT | ( | smacc2_state_onExit_end | , |
const char * | state_name | ||
) |
Definition at line 69 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onExit_end, and state_name.
void TRACEPOINT | ( | smacc2_state_onExit_start | , |
const char * | state_name | ||
) |
Definition at line 64 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onExit_start, and state_name.
void TRACEPOINT | ( | smacc2_state_onRuntimeConfigure_end | , |
const char * | state_name | ||
) |
Definition at line 49 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onRuntimeConfigure_end, and state_name.
void TRACEPOINT | ( | smacc2_state_onRuntimeConfigure_start | , |
const char * | state_name | ||
) |
Definition at line 44 of file smacc_tracing.cpp.
References CONDITIONAL_TP, smacc2_state_onRuntimeConfigure_start, and state_name.
void TRACEPOINT | ( | smacc2_state_update_end | , |
const char * | updatable_element_name | ||
) |
Definition at line 39 of file smacc_tracing.cpp.
References CONDITIONAL_TP, and smacc2_state_update_end.
void TRACEPOINT | ( | smacc2_state_update_start | , |
const char * | updatable_element_name | ||
) |
Definition at line 34 of file smacc_tracing.cpp.
References CONDITIONAL_TP, and smacc2_state_update_start.
void TRACEPOINT | ( | spinOnce | ) |
Definition at line 30 of file smacc_tracing.cpp.
References CONDITIONAL_TP.
Referenced by smacc2::SmaccState< MostDerived, Context, InnerInitial, historyMode >::entryStateInternal(), smacc2::SmaccState< MostDerived, Context, InnerInitial, historyMode >::exit(), smacc2::ISmaccOrthogonal::onEntry(), smacc2::ISmaccOrthogonal::onExit(), smacc2::SignalDetector::pollOnce(), smacc2::ISmaccStateMachine::postEvent(), and smacc2::SmaccState< MostDerived, Context, InnerInitial, historyMode >::shallow_construct().