Changeset 730 for cpp/frams


Ignore:
Timestamp:
01/27/18 02:25:54 (6 years ago)
Author:
Maciej Komosinski
Message:

Added/updated comments

Location:
cpp/frams/_demos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/paramtree_paramlist_test.cpp

    r724 r730  
    1515
    1616// 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.
    1819int main()
    1920{
  • cpp/frams/_demos/paramtree_stdin_test.cpp

    r725 r730  
    3030};
    3131
     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.
    3236int main()
    3337{
Note: See TracChangeset for help on using the changeset viewer.