Soletta™ Framework
|
Writer: More...
Data Fields | |
char * | prefix |
Writer:
The writer is a node type that receives a boolean packet and prints to stdout.
The private data 'struct writer_data' contains the information we need to store per instance, in this case it is the prefix we received as an option.
char* writer_data::prefix |
Referenced by writer_close(), writer_in_process(), and writer_open().