/* * $Id: top_usage.cpp 113 2009-04-14 18:39:12Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Queue/SelfTest/include/top.h" void top::usage ( #ifdef MTI_SYSTEMC int argc, const char * const * argv #else int argc, char * argv[] #endif ) { msgError (_(" %s name_instance list_params.\n"),argv[0]); msgError (_("list_params is :\n")); msgError (_(" * size_queue (uint32_t)\n")); msgError (_(" * size_data (uint32_t)\n")); msgError (_(" * nb_port_slot (uint32_t)\n")); msgError (_(" * have_port_write (bool )\n")); msgError (_(" * have_port_read (bool )\n")); exit (1); }