Lexis  1.1.0
Vocabulary of events and shared objects for BBP and HBP software
lexis-sendevent
1 Usage: lexis-sendEvent [--help][script]
2 
3 The script file contains a list of event. Each event is specified with the
4 following format:
5 event_name pause_in_seconds
6 parameter_1
7 parameter_2
8 ...
9 parameter_n
10 
11 The event names are the same as the C++ enums without the EVENT_ prefix. The
12 pause indicates how much time the generator must wait after sending the
13 previous event (or startup for the first event) before sending the event.
14 Each of the following lines is parsed in order as a parameter of the event
15 type. Blank lines are ignored.
16 
17 The events supported are lexis::data::ToggleIDRequest, lexis::data::SelectedIDs
18 and lexis::data::CellSetBinaryOp.
19 
20 lexis::data::ToggleIDRequest and lexis::data::SelectedIDs takes one parameter
21 which is a list of space separated integers.
22 
23 lexis::data::CellSetBinaryOp takes three parameters, two lists of space separated integers
24 and an operation name. At the moment the only operation is SYNAPTIC_PROJECTIONS.