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

Added/updated comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.