rad 6.2.0
|
OldbAdapter interface file. More...
#include <variant>
#include <vector>
#include <string>
#include <cinttypes>
Go to the source code of this file.
Namespaces | |
namespace | rad |
namespace | rad::cii |
Typedefs | |
typedef std::vector< std::int8_t > | rad::cii::VecInt8Type |
typedef std::vector< std::int16_t > | rad::cii::VecInt16Type |
typedef std::vector< std::int32_t > | rad::cii::VecInt32Type |
typedef std::vector< std::int64_t > | rad::cii::VecInt64Type |
typedef std::vector< std::uint8_t > | rad::cii::VecUint8Type |
typedef std::vector< std::uint16_t > | rad::cii::VecUint16Type |
typedef std::vector< std::uint32_t > | rad::cii::VecUint32Type |
typedef std::vector< std::uint64_t > | rad::cii::VecUint64Type |
typedef std::vector< bool > | rad::cii::VecBoolType |
typedef std::vector< float > | rad::cii::VecFloatType |
typedef std::vector< double > | rad::cii::VecDoubleType |
typedef std::variant< std::int8_t, std::int16_t, std::int32_t, std::int64_t, std::uint8_t, std::uint16_t, std::uint32_t, std::uint64_t, bool, float, double, std::string, VecInt8Type, VecInt16Type, VecInt32Type, VecInt64Type, VecUint8Type, VecUint16Type, VecUint32Type, VecUint64Type, VecBoolType, VecFloatType, VecDoubleType > | rad::cii::OldbType |
OldbAdapter interface file.