Narval Standalone¶
General Presentation¶
Narval Standalone is an autonomous version of the Narval system designed to be more user friendly. This version is embedded in a single VM and is accessed via web interface with a browser.
Terminology¶
Topology¶
Description of a data acquisition/processing operation through a graph in a graphml file format. In such graph, nodes are either actors in the acquisition/process and each has its task (data input, processing, filter, data ouput...), or buffers containing the data used by the actors, while the edges are the transfers of data between actors & buffers.
(see Configuration files - Topology )
PMH¶
Stands for Posix Memory Handler (see PMH - DCOD )
Manages memory between processes/tasks which need to have shared access on certain data.
Actors¶
Configuration¶
"System" actors¶
"User" actors¶
GUI¶
Main Page¶
Controller¶
Topology Editor¶