NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
BiometricEvaluation::Process::CommandParser< T > Member List

This is the complete list of members for BiometricEvaluation::Process::CommandParser< T >, including all inherited members.

CommandCenter(uint16_t port=MessageCenter::DEFAULT_PORT)BiometricEvaluation::Process::CommandCenter< T, typename >inline
CommandParser(uint16_t port=MessageCenter::DEFAULT_PORT)BiometricEvaluation::Process::CommandParser< T >inline
disconnectClient(uint32_t clientID)BiometricEvaluation::Process::CommandCenter< T, typename >inline
getNextCommand(typename CommandCenter< T >::Command &command, int numSeconds=-1)BiometricEvaluation::Process::CommandParser< T >inline
BiometricEvaluation::Process::CommandCenter::getNextCommand(Command &command, int numSeconds=-1, std::string invalidCommandResponse="")BiometricEvaluation::Process::CommandCenter< T, typename >inline
getUsage() constBiometricEvaluation::Process::CommandParser< T >inline
hasPendingCommands()BiometricEvaluation::Process::CommandCenter< T, typename >inline
parse(const typename CommandCenter< T >::Command &command)=0BiometricEvaluation::Process::CommandParser< T >pure virtual
sendResponse(uint32_t clientID, const std::string &response, const std::string prefix=">> ", const std::string suffix="\n")BiometricEvaluation::Process::CommandCenter< T, typename >inline
setUsage(const std::string &usage)BiometricEvaluation::Process::CommandParser< T >inline
~CommandCenter()=defaultBiometricEvaluation::Process::CommandCenter< T, typename >
~CommandParser()=defaultBiometricEvaluation::Process::CommandParser< T >virtual