Almond SDK
 All Classes Functions Variables Enumerations Enumerator
Public Member Functions | Public Attributes | List of all members
DeviceList Class Reference

Public Member Functions

 DeviceList ()
 
void Populate (void)
 
void PopulateByType (DevType type)
 
void PopulateByScene (int sceneID)
 
void PopulateByGroup (int groupID)
 

Public Attributes

list< Devicedevices
 

Constructor & Destructor Documentation

DeviceList::DeviceList ( )

Member Function Documentation

void DeviceList::Populate ( void  )
void DeviceList::PopulateByGroup ( int  groupID)
void DeviceList::PopulateByScene ( int  sceneID)
void DeviceList::PopulateByType ( DevType  type)

Member Data Documentation

list<Device> DeviceList::devices