Interfaces for inter project datatype binding of the tangram project and all its' parts
Share Interface definitions with other external projects to allow for extensibility of Tangram e.g. with other pin-matrix devices or interaction handlers.
Simply add it as reference. Attention: Watch out the needed reference from a submodule!
- BrailleIO :
BrailleIO_Interfaces
is included as a dll in the lib folder. Should be replaced by newer versions if necessary.
In this project the class OrderedConcurrentDictionary
is implemented, which allows to set up thread-save ConcurrentDictionary
with the ability to be sorted.
The default sorting is by the adding timestamp of the KeyValuePair
. But a specialized IComparer
have to be given within the constructor to determine the sorting of elements.
-- TODO: build help from code doc
For getting a very detailed overview use the code documentation section of this project.