-
Notifications
You must be signed in to change notification settings - Fork 5
Files
Richard G. Clegg edited this page Aug 3, 2015
·
6 revisions
New application called Wibble
- generated by Nik code
- process method
- reset method
- createTask (completely boiler-plate code)
Task *WibbleTask1::createTask(TaskGraph *tg) {
return new WibbleTask1(tg);
}
- generated by Nik code
- various #includes
- constructor contains task type MANY_TO_ONE etc
- function prototypes
Not yet clear how to split into tasks
- generated by Nik code
- constructor (sets up task graph)
- connectInput (can have complex logic for connecting to tree etc)
- generated by Nik code
- various #includes
- function prototypes
- variables for any local/global state for task
- destructor (empty)
- generated by Eric code -- struct for data
- generated by Eric code
- five data model functions
- generated by Eric code -- completely standard boiler plate
- generated by Eric code -- completely standard boiler plate
- generated by Eric code -- completely standard boiler plate
- generated by Eric code -- completely standard boiler plate