11 #include <vlutil/vlString.h>
13 #include <vl/objClassDesc.h>
14 #include <vl/hlaStateDecoder.h>
16 namespace makVrfVrlinkExtToolkit
18 template <
typename StateRepType>
29 const RTI::AttributeHandleValuePairSet& attrs,
30 unsigned long pairSetIndex)
37 static std::vector<char> buffer;
40 RTI::ULong length = attrs.getValueLength(pairSetIndex);
41 buffer.resize(length);
46 attrs.getValue(pairSetIndex, bufPtr, length);