Commit e638beac authored by claes's avatar claes

Type pwr_tText256 added

parent 4a3357f0
/* /*
* Proview $Id: cnv_wbltoh.cpp,v 1.10 2007-08-24 13:59:54 claes Exp $ * Proview $Id: cnv_wbltoh.cpp,v 1.11 2008-01-24 09:56:26 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -984,6 +984,7 @@ int CnvWblToH::check_typename( char *type_volume, char *type_name) ...@@ -984,6 +984,7 @@ int CnvWblToH::check_typename( char *type_volume, char *type_name)
"pwr_tString16", "pwr_tString16",
"pwr_tString8", "pwr_tString8",
"pwr_tString1", "pwr_tString1",
"pwr_tText256",
"pwr_tText1024", "pwr_tText1024",
"pwr_tURL", "pwr_tURL",
"pwr_tOpSysEnum", "pwr_tOpSysEnum",
......
/* /*
* Proview $Id: pwr.h,v 1.27 2007-04-25 13:39:21 claes Exp $ * Proview $Id: pwr.h,v 1.28 2008-01-24 09:57:54 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -391,6 +391,10 @@ typedef char pwr_tString1 [1]; //!< 1 byte string type. ...@@ -391,6 +391,10 @@ typedef char pwr_tString1 [1]; //!< 1 byte string type.
@aref prostring40 ProString40 @aref prostring40 ProString40
*/ */
typedef char pwr_tProString40 [40]; //!< 40 byte protected string type. typedef char pwr_tProString40 [40]; //!< 40 byte protected string type.
/*_*
@aref text256 Text256
*/
typedef char pwr_tText256 [256]; //!< 256 byte text type.
/*_* /*_*
@aref text1024 Text1024 @aref text1024 Text1024
*/ */
......
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