camcom 1.0.3
 
Loading...
Searching...
No Matches
datatype.hpp File Reference

CamCom data type — re-export of the ELT IFW (ifw-fnd) data type. More...

#include <string>
#include <ifw/fnd/defs/dataType.hpp>

Go to the source code of this file.

Namespaces

namespace  camcom
 
namespace  camcom::common
 

Typedefs

using camcom::common::DataType = ifw::fnd::datatype::DataType
 

Functions

std::string camcom::common::DataTypeString (DataType type)
 

Detailed Description

CamCom data type — re-export of the ELT IFW (ifw-fnd) data type.

CamCom does NOT define its own data-type enum. The ESO/ELT-wide data type is ifw::fnd::datatype::DataType (based on the CPL definition); CamCom adopts it directly so there is a single source of truth across IFW. camcom::common:: / DataType is kept as a convenience alias for that type, and DataTypeString() forwards to ifw-fnd's string conversion. CamCom already depends on ifw-fnd (FND* logging), so this adds no new dependency.