/* * $Id: top_usage.cpp 113 2009-04-14 18:39:12Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Counter/SelfTest/include/top.h" void top::usage (string exec) { cerr << " " << exec << " name_instance list_params" << endl << "list_params is :" << endl << " - size_data (unsigned int)" << endl << " - nb_port (unsigned int)" << endl; exit (1); }