Commit b16e5218 authored by claes's avatar claes

*** empty log message ***

parent 5e1ee242
...@@ -639,6 +639,7 @@ palette PlcEditorPalette ...@@ -639,6 +639,7 @@ palette PlcEditorPalette
class CompModeDFo class CompModeDFo
class CompModeAFo class CompModeAFo
class CompModeDMFo class CompModeDMFo
class CompModeD2MFo
class CompModeAMFo class CompModeAMFo
class RunTimeCounterFo class RunTimeCounterFo
class FanCbCoSsFo class FanCbCoSsFo
...@@ -654,6 +655,7 @@ palette PlcEditorPalette ...@@ -654,6 +655,7 @@ palette PlcEditorPalette
class CValveOr2SwFo class CValveOr2SwFo
class CValveOrSwOpFo class CValveOrSwOpFo
class CValveOrSwClFo class CValveOrSwClFo
class DirectValve2OrFo
class ManValve2SwFo class ManValve2SwFo
class MValveOr2SwFo class MValveOr2SwFo
class MValveOrSwOpFo class MValveOrSwOpFo
......
/* /*
* Proview $Id: wb_pvd_pl.cpp,v 1.1 2005-09-20 13:14:28 claes Exp $ * Proview $Id: wb_pvd_pl.cpp,v 1.2 2005-09-22 08:31:51 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
...@@ -35,7 +35,7 @@ extern "C" { ...@@ -35,7 +35,7 @@ extern "C" {
#include "co_dcli.h" #include "co_dcli.h"
} }
void wb_pvd_file::writeAttribute( wb_procom *pcom, pwr_tOix oix, unsigned int offset, void wb_pvd_pl::writeAttribute( wb_procom *pcom, pwr_tOix oix, unsigned int offset,
unsigned int size, char *buffer) unsigned int size, char *buffer)
{ {
if ( oix >= m_list.size() || oix <= 0) { if ( oix >= m_list.size() || oix <= 0) {
......
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