#include "SheppCommandFunctions.H"
#include "Poll.H"
Go to the source code of this file.
Functions | |
int | cmd_poll_help (string error_msg) |
print poll command usage info | |
int | cmd_poll (vector< string > &args) |
main poll command |
int cmd_poll | ( | vector< string > & | args | ) |
main poll command
arg | command-line input arguments |
References cmd_poll_help(), Poll::get_command(), PollCmd::get_msgID(), PollCmd::get_op(), process_action(), PollCmd::set_msgID(), and PollCmd::set_op().
Referenced by init_commands().
int cmd_poll_help | ( | string | error_msg | ) |
print poll command usage info
error_msg | error message to be printed | |
specific | optional, choses specific sub-command |
Referenced by cmd_poll().