|
Go to the documentation of this file.
15 using namespace faudes;
30 IoSystem sys1( "data/ios_system1.gen");
39 std::cout << "################################\n";
40 std::cout << "# tutorial, io system 1 \n";
42 std::cout << "################################\n";
48 sys1. Write( "tmp_ios_system1.gen");
56 std::cout << "################################\n";
57 std::cout << "# input events, output events\n";
60 std::cout << "################################\n";
77 std::cout << "################################\n";
78 std::cout << "# tutorial, manipulated io system 1 \n";
80 std::cout << "################################\n";
90 if(!isio) std::cout << "#### test FAILED (test case error) \n";
93 std::cout << "################################\n";
94 std::cout << "# tutorial, sys1 test io properties \n";
97 std::cout << "################################\n";
101 if(isfree) std::cout << "#### test PASSED (test case error) \n";
105 std::cout << "################################\n";
106 std::cout << "# tutorial, sys1 with free input\n";
108 std::cout << "################################\n";
111 sys1. Write( "tmp_ios_system1f.gen");
116 if(iswfree) std::cout << "#### test PASSED (test case error) \n";
119 std::cout << "################################\n";
120 std::cout << "# tutorial, sys1 error states\n";
122 std::cout << "################################\n";
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|