1 Usage: lexis-sendEvent [--help][script]
3 The script file contains a list of event. Each event is specified with the
5 event_name pause_in_seconds
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.
17 The events supported are lexis::data::ToggleIDRequest, lexis::data::SelectedIDs
18 and lexis::data::CellSetBinaryOp.
20 lexis::data::ToggleIDRequest and lexis::data::SelectedIDs takes one parameter
21 which is a list of space separated integers.
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.