AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
ARDesign.Widgets Namespace Reference

Classes

class  DataWidget
 Widget storing data for a specific type dataVal is of type IDictionary<DateTime, Vector2> More...
 
class  DataWidgetHandler
 Handler class for data displaying widgets More...
 
class  InfluxReader
 Abstract class for querying Influx data to widgets. Includes implemented methods for building useful queries - see Query Helper Functions More...
 
class  InfluxType
 This ensures type agnostic functions can be run on InfluxReaders - All widgets should inherit from THIS, NOT InfluxReader! More...
 
class  ParentWidget
 Reader class for parent widgets Parent widgets query a measurement for a list of types (ie. CO2, temp, etc), and then build a child data widget for each dataVals Data type is therefore string[] More...
 
class  ParentWidgetHandler
 Handler class for parent widgets - includes building child widget objects More...
 
class  WidgetHandler
 Refers to general data-agnostic widget functionality More...
 
class  WidgetType
 Typed widget handler class. Type indicates form of Widget content and should derive from InfluxReader More...