Dev Essential  1.6.3
Loading...
Searching...
No Matches
data_trigger.h File Reference
Include dependency graph for data_trigger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ddl::mapping::rt::DataTrigger
 DataTrigger implements a concrete periodic trigger in the runtime. More...
 

Namespaces

namespace  ddl
 definition of the ddl namespace
 
namespace  ddl::mapping
 definition of the mapping namespace
 
namespace  ddl::mapping::rt
 definition of the rt namespace for mapping
 

Enumerations

enum  ddl::mapping::rt::Operator {
  ddl::mapping::rt::e_equal = 1 , ddl::mapping::rt::e_not_equal , ddl::mapping::rt::e_less_than , ddl::mapping::rt::e_greater_than ,
  ddl::mapping::rt::e_less_than_equal , ddl::mapping::rt::e_greater_than_equal
}
 the operator set within the config More...
 

Detailed Description