ADTF  3.18.3
element.h File Reference

Go to the source code of this file.

Classes

class  TargetElement
 TargetElement represents a single signal element in the target. More...
 

Namespaces

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

Typedefs

typedef std::map< std::string, uint8_t > TypeMap
 String -> Datatype Enum Map.
 
typedef std::vector< TargetElement * > TargetElementList
 the targets element list
 

Enumerations

enum  DataTypes {
  e_uint8 = 1 , e_uint16 , e_uint32 , e_uint64 ,
  e_int8 , e_int16 , e_int32 , e_int64 ,
  e_float32 , e_float64 , e_bool , e_char
}
 Enum for all relevant data types.
 

Detailed Description

Definition in file element.h.