HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
simple_visual_effects.h File Reference

This file contains the definitions for the Simple Visual Effects interface. More...

#include "hanfun/protocol.h"
#include "hanfun/interface.h"
+ Include dependency graph for simple_visual_effects.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HF::Interfaces::SimpleVisualEffects::OnEffect
 This structure represents the parameters required for the ON_CMD effect. More...
 
struct  HF::Interfaces::SimpleVisualEffects::BlinkEffect
 This structure represents the parameters required for the BLICK_CMD effect. More...
 
struct  HF::Interfaces::SimpleVisualEffects::FadeEffect
 This structure represents the parameters required for the FADE_CMD effect. More...
 
struct  HF::Interfaces::SimpleVisualEffects::BreatheEffect
 This structure represents the parameters required for the BREATHE_CMD effect. More...
 
struct  HF::Interfaces::SimpleVisualEffects::Base
 Simple Visual Effects Interface : Parent. More...
 
class  HF::Interfaces::SimpleVisualEffects::Server
 Simple Visual Effects Interface : Server side implementation. More...
 
struct  HF::Interfaces::SimpleVisualEffects::Client
 Simple Visual Effects Interface : Client side implementation. More...
 

Namespaces

 HF
 Top-level namespace for the HAN-FUN library.
 
 HF::Interfaces
 This is the top-level namespace for the implemented Interfaces.
 
 HF::Interfaces::SimpleVisualEffects
 This namespace contains the implementation of the Simple Visual Effects interface.
 

Enumerations

enum  HF::Interfaces::SimpleVisualEffects::CMD {
  HF::Interfaces::SimpleVisualEffects::ON_CMD = 1, HF::Interfaces::SimpleVisualEffects::OFF_CMD = 2, HF::Interfaces::SimpleVisualEffects::BLINK_CMD = 3, HF::Interfaces::SimpleVisualEffects::FADE_CMD = 4,
  HF::Interfaces::SimpleVisualEffects::BREATHE_CMD = 5
}
 Command IDs. More...
 

Functions

HF::Attributes::IAttributeHF::Interfaces::create_attribute (SimpleVisualEffects::Server *server, uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. More...
 
HF::Attributes::IAttributeHF::Interfaces::SimpleVisualEffects::create_attribute (uint8_t uid)
 Create an attribute object that can hold the attribute with the given uid. (HF::Interfaces::SimpleVisualEffects::Server *,uint8_t) More...
 
std::ostream & operator<< (std::ostream &stream, const HF::Interfaces::SimpleVisualEffects::CMD command)
 Convert the given command into a string and write it to the given stream. More...
 

Detailed Description

This file contains the definitions for the Simple Visual Effects interface.

Version
1.5.3

For licensing information, please see the file 'LICENSE' in the root folder.

Initial development by Bithium S.A. [http://www.bithium.com]

Definition in file simple_visual_effects.h.