-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from SeadexGmbH/yasmine-1.4.2
yasmine 1.4.2
- Loading branch information
Showing
121 changed files
with
9,388 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
// // | ||
// This file is part of the Seadex yasmine ecosystem (http://yasmine.seadex.de). // | ||
// Copyright (C) 2016-2017 Seadex GmbH // | ||
// // | ||
// Licensing information is available in the folder "license" which is part of this distribution. // | ||
// The same information is available on the www @ http://yasmine.seadex.de/Licenses.html. // | ||
// // | ||
////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
#ifndef ALGORITHM_PARAMETERS_767C0EB2_9811_4764_8218_7F94032C29FD | ||
#define ALGORITHM_PARAMETERS_767C0EB2_9811_4764_8218_7F94032C29FD | ||
|
||
|
||
namespace sxy | ||
{ | ||
|
||
|
||
extern const int TRANSITION_PRIORITIES_VECTOR_SIZE; | ||
extern const int EXECUTION_STEPS_VECTOR_SIZE; | ||
extern const int TRANSITION_STEPS_VECTOR_SIZE; | ||
extern const int COMPOUND_TRANSITIONS_VECTOR_SIZE; | ||
extern const int STATES_TO_EXIT_VECTOR_SIZE; | ||
extern const int EXCEPTION_EVENTS_VECTOR_SIZE; | ||
extern const int CHOICES_VECTOR_SIZE; | ||
extern const int ENABLED_COMPOUND_TRANSITION_VECTOR_SIZE; | ||
extern const int DEFERRED_EVENTS_VECTOR_SIZE; | ||
extern const int DEFAULT_TRANSITIONS_OF_HISTORY_VECTORS_SIZE; | ||
extern const int ENTRY_POINTS_VECTOR_SIZE; | ||
extern const int EXIT_POINTS_VECTOR_SIZE; | ||
extern const int PSEUDOSTETS_IN_REGION_VECTOR_SIZE; | ||
extern const int ANCESTORS_VECTOR_SIZE; | ||
extern const int ASCENDING_PATH_ANCESTORS_VECTOR_SIZE; | ||
extern const int REGIONS_OF_FINAL_STATE; | ||
extern const int REGIONS_OF_SIMPLE_STATE; | ||
extern const int ANCESTORS_REGION_VECTOR_SIZE; | ||
extern const int ACTIVE_STATE_CONFIGRATION_VECTOR_SIZE; | ||
|
||
|
||
} | ||
|
||
|
||
#endif |
Oops, something went wrong.