TOBI Interface A  0.1
Todo List
File ss_meta_info.h
Rename file to TiA_meta_information
Class tia::Channel
Write (or rename to) more appropriate method-names(e.g. id_--> name_)
Class tia::Signal
Find a way to be consistent with signal types and signal type names within TiA.
Class tia::SSConfig
Rename class to TiAConfig
Class tia::SubjectInfo

Adjust class to use enums properly (e.g. sex).

Check if mandatory settings are done (now done in XML parser).

Class tia::TiAServer

Implement mechanisms to detect "impossible" configurations.

Define "invisible magic constants" like fs = 0 for aperiodic devices.

Implement mechanisms to ensure that aperiodics are used correctly (e.g. blocksize)

Global tia::TiAServer::initialize (std::map< std::string, std::string > &subject_info, std::map< std::string, std::string > &server_settings)

Check if wrong configuration is checked within this code.

Is it a good idea to use maps for configuration (especially server config)?

 All Data Structures Files Functions Variables Enumerations