12#ifndef FAUDES_GEBTOOLS_H
13#define FAUDES_GEBTOOLS_H
18using namespace faudes;
63 virtual void Clear(
void);
80 virtual void CintarrayDeclare(
const AA& address,
int offset,
const std::vector<int>& val);
83 virtual void CwordarrayDeclare(
const AA& address,
int offset,
const std::vector<word_t>& val);
86 virtual void CstrarrayDeclare(
const AA& address,
int offset,
const std::vector<std::string>& val);
89 virtual void IntarrayDeclare(
const AA& address,
int offset,
const std::vector<int>& val);
95 virtual void WordarrayDeclare(
const AA& address,
int offset,
const std::vector<word_t>& val);
Code-generator for target IEC 61131-3 ST.
Abstract address; see also Absstract_Addresses.
Implementation of primitives by IEC 61131 ST.