guiExConnAccessory.h
#ifndef DT_PROTOCOL_NAMESPACE
#error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
#endif
#pragma once
#ifdef DtHLA
#ifndef DtHLA_1516
#else
#endif
#endif
namespace makVrv
{
class DtConnection;
class DtVrlinkDriver;
}
{
public:
protected:
protected:
};
#include "guiExConnAccessory.inl"
guiExConnAccessory.inl
#include <vrvVrl/DtEntityStateInterceptor.inl>
#include <boost/bind.hpp>
#include <iostream>
: makVrv::DtBaseAccessory()
, myDriver(0)
{
#ifdef DtHLA
#ifdef DtHLA_1516
myName="DtAddAttrGuiHLA1516Accessory";
#else
myName="DtAddAttrGuiHLA13Accessory";
#endif
#endif
}
{
{
}
}
{
if(vld)
{
}
}
{
if(vld)
{
}
}
{
if(dd)
{
return true;
}
return false;
}
{
}
{
(connection);
if(vrlCon)
{
}
}
{
delete DtExConnInterface::theExConnInterface;
DtExConnInterface::theExConnInterface = 0;
}