mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[apps/shared] Add method in shared function store
Change-Id: I1b15ed95e7e9a5c4cffe303e5f699ec03ad87b45
This commit is contained in:
@@ -52,6 +52,10 @@ void SequenceStore::removeFunction(Shared::Function * f) {
|
||||
}
|
||||
}
|
||||
|
||||
int SequenceStore::maxNumberOfFunctions() {
|
||||
return k_maxNumberOfSequences;
|
||||
}
|
||||
|
||||
const char * SequenceStore::firstAvailableName() {
|
||||
for (int k = 0; k < k_maxNumberOfSequences; k++) {
|
||||
int j = 0;
|
||||
|
||||
Reference in New Issue
Block a user