eclipselabs/passerelle

Add a new FileWriter actor

Closed this issue · 1 comments

There is a request for a new FileWriter actor with following characteristics :

  * it should forward all received msgs on an output port, so not a Sink
  * it should have two separate params for the file path and the file name
  * path and name must allow using ptolemy's variable substitution syntax (with the $someName syntax)

It would ideally be based on the v5 actor API, not on the old actor api.

Original issue reported on code.google.com by erwin...@gmail.com on 8 Jan 2014 at 4:28

solved on trunk and branch 8.5

Original comment by erwin...@gmail.com on 8 Jan 2014 at 4:40

  • Changed state: Fixed