| Line | |
|---|
| 1 |
|
|---|
| 2 | DO NOT MODIFY the following files:
|
|---|
| 3 | - StringToEnum.cpp
|
|---|
| 4 | - EnumToString.cpp
|
|---|
| 5 | - src/m/enum/*
|
|---|
| 6 | all these files are automatically synchronized with EnumDefinitions.h
|
|---|
| 7 |
|
|---|
| 8 | TO ADD AN ENUM:
|
|---|
| 9 | add the corresponding lines to EnumDefinitions.h
|
|---|
| 10 | and executes the 2 synchronizing scripts.
|
|---|
| 11 |
|
|---|
| 12 | SYNCHRONIZEMATLABENUM
|
|---|
| 13 | This script synchronizes all matlab enums from EnumDefinitions.h
|
|---|
| 14 |
|
|---|
| 15 | SYNCHRONIZESTRINGS
|
|---|
| 16 | This scrpit synchronizes StringToEnum.cpp and EnumToString.cpp according to EnumDefinitions.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.