libknx
Public Types | List of all members
knx::dpt_11_001 Class Reference

Representation of date with day, month and year. Year has a value from 0 to 99 where values bigger than 90 are considered to be 1990+. Remark: Natural end in 2089!. More...

#include <dpt.hpp>

Inheritance diagram for knx::dpt_11_001:
knx::dpt< 11, 001 >

Public Types

typedef dpt_11::data date
 
- Public Types inherited from knx::dpt< 11, 001 >
typedef MappingMajor< MAJOR >::set_type set_type
 Fetching the set value type from mapping.
 
typedef dpt< MAJOR, MINOR > own_type
 Assigning the type for later access.
 
typedef dpt_private< MAJOR, MINOR > private_type
 Assigning type of private implementation.
 

Additional Inherited Members

- Public Member Functions inherited from knx::dpt< 11, 001 >
 dpt ()
 Constructor usually setting all values to zero.
 
 ~dpt ()
 Destructor for the dpt.
 
void set (const TYPE value)
 Major function to set the value of a dpt.
 
void get (TYPE &value) const
 Major function to get the value of a dpt.
 
- Static Public Member Functions inherited from knx::dpt< 11, 001 >
static unsigned int get_index ()
 Function returning an index of the class for quick type access.
 

Detailed Description

Representation of date with day, month and year. Year has a value from 0 to 99 where values bigger than 90 are considered to be 1990+. Remark: Natural end in 2089!.


The documentation for this class was generated from the following file: