Commit f37179d8 authored by claes's avatar claes

Remote logging didn't work (zero size in arg to gdh_RefObjectInfo

parent d009d1f1
/*
* Proview $Id: xtt_logging.cpp,v 1.3 2005-10-21 16:11:22 claes Exp $
* Proview $Id: xtt_logging.cpp,v 1.4 2005-11-04 11:52:35 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -309,6 +309,7 @@ int XttLogging::logging_set(
strcpy( parameterstr[i], name);
parameter_type[i] = attr_type;
parameter_size[i] = attr_size/attr_dimension;
switch( parameter_type[i])
{
case pwr_eType_Float32:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment