TOBI Interface A
0.1
|
void tia::TiAServer::initialize | ( | std::map< std::string, std::string > & | subject_info, |
std::map< std::string, std::string > & | server_settings | ||
) |
Initialize the server param[in] map<std::string,std::string> subject_info param[in] map<std::string,std::string> server_settings.
The server needs to be initializedwith subject specific information (birthday,...) and parameters for the server configuration (ctrl port, udp port, udp broadcast addr).
Check if wrong configuration is checked within this code.
Is it a good idea to use maps for configuration (especially server config)?