Skip to content
Snippets Groups Projects

F consolidation

Merged Timm Fitschen requested to merge f-consolidation into dev
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -19,6 +19,12 @@
@@ -19,6 +19,12 @@
*
*
*/
*/
 
/**
 
* DataTypes have 2 dimensions: They may be atomic or reference typed, and they may be scalar or
 
* list valued. If they are atomic, they have an AtomicDataType. If they are reference typed, the
 
* reference name can be obtained with GetName().
 
*/
 
#ifndef CAOSDB_DATA_TYPE_H
#ifndef CAOSDB_DATA_TYPE_H
#define CAOSDB_DATA_TYPE_H
#define CAOSDB_DATA_TYPE_H
#include "caosdb/protobuf_helper.h" // for ProtoMessageWrapper
#include "caosdb/protobuf_helper.h" // for ProtoMessageWrapper
Loading