Windows Virtual Shields for Arduino
Classes | Typedefs | Enumerations | Variables
SensorModels.h File Reference

Go to the source code of this file.

Classes

union  ARGB
 
struct  EPtr
 

Typedefs

typedef unsigned int UINT
 

Enumerations

enum  SensorAction { Stop = 0, Once = 1, Start = 2, OnceOnChange = 3 }
 
enum  EPtrType {
  None = 0, ProgPtr = 1, MemPtr = 2, Int = 3,
  Uint = 4, Double = 5, Long = 6, Bool = 7,
  Char = 8, ArrayStart = 9, ArrayEnd = 10, ValueOnly = 11,
  Format = 12, Parse = 13
}
 

Variables

const bool AsText = true
 

Typedef Documentation

typedef unsigned int UINT

Enumeration Type Documentation

enum EPtrType
Enumerator
None 
ProgPtr 
MemPtr 
Int 
Uint 
Double 
Long 
Bool 
Char 
ArrayStart 
ArrayEnd 
ValueOnly 
Format 
Parse 
Enumerator
Stop 
Once 
Start 
OnceOnChange 

Variable Documentation

const bool AsText = true