Skip to content

Instantly share code, notes, and snippets.

@bradtgmurray
Created February 1, 2009 18:30
Show Gist options
  • Save bradtgmurray/55943 to your computer and use it in GitHub Desktop.
Save bradtgmurray/55943 to your computer and use it in GitHub Desktop.
SensorBaseTest a = SensorBaseTest(5);
SensorBaseTest b = SensorBaseTest(7);
SensorAggregator _sensors = SensorAggregator((SensorBase*[]){&a, &b});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment