- Timestamp:
- 01/27/18 02:25:54 (7 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/paramtree_paramlist_test.cpp
r724 r730 15 15 16 16 // This program tests parameter tree construction for all paramtab's that are available in SDK. 17 // See paramtree_test.cpp and app_group_names.txt for a more complete set (from Framsticks GUI) of paramtab objects. 17 // See paramtree_stdin_test.cpp and app_group_names.txt for a more complete set (from Framsticks GUI) of paramtab objects. 18 // See mutableparam_test.cpp for a demonstration on how to detect (and possibly respond to) changing parameter definitions. 18 19 int main() 19 20 { -
cpp/frams/_demos/paramtree_stdin_test.cpp
r725 r730 30 30 }; 31 31 32 // This program tests parameter tree construction for paramtab names read from stdin. 33 // app_group_names.txt can be used as a sample input, because it contains a large set of paramtab objects from Framsticks GUI. 34 // See paramtree_paramlist_test.cpp for a demonstration of parameter tree construction for all paramtab's that are available in SDK. 35 // See mutableparam_test.cpp for a demonstration on how to detect (and possibly respond to) changing parameter definitions. 32 36 int main() 33 37 {
Note: See TracChangeset
for help on using the changeset viewer.