Skip to content

Instantly share code, notes, and snippets.

@natashadsilva
Created February 23, 2017 17:14
Show Gist options
  • Save natashadsilva/72de8c5113b5b2fe85812cec01978608 to your computer and use it in GitHub Desktop.
Save natashadsilva/72de8c5113b5b2fe85812cec01978608 to your computer and use it in GitHub Desktop.
Circular file source
composite CircularFS(output Out0)
{
graph
(stream<rstring filename> Beacon_2_out0) as Beacon_2 = Beacon()
{
param
period : 1.0 ;
output
Beacon_2_out0 : filename = "data.txt" ;
}
(stream<rstring value> Out0) as FileSource_3 = FileSource(Beacon_2_out0)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment