Skip to content
Snippets Groups Projects
Commit d86d5937 authored by al.schwinn's avatar al.schwinn
Browse files

revert of Bug 1445 - move generated code for fesa-class into "generated"

parent 3422e3f0
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ cPart2 = """ ...@@ -319,7 +319,7 @@ cPart2 = """
// Retrieve the PLC related to the current FESA device // Retrieve the PLC related to the current FESA device
// (from 'plcHostName' FESA field defined on that purpose). // (from 'plcHostName' FESA field defined on that purpose).
Silecs::PLC* pPLC = pCluster_->getPLC(pDevice->plcHostName.get(),pDevice->parameterFile.get()); Silecs::PLC* pPLC = pCluster_->getPLC(pDevice->plcHostName.get());
// Update the PLC Slave registers from related FESA fields just before synchronising done at connection time // Update the PLC Slave registers from related FESA fields just before synchronising done at connection time
setPLCSlaveRegisters(pPLC, serviceLocator); setPLCSlaveRegisters(pPLC, serviceLocator);
......
...@@ -41,8 +41,6 @@ class Migration(MigrationBase): ...@@ -41,8 +41,6 @@ class Migration(MigrationBase):
contextFesa = self._parse(fesaDocument) contextFesa = self._parse(fesaDocument)
modified |= removeFesaConfigurationFieldParameterFile(contextFesa) modified |= removeFesaConfigurationFieldParameterFile(contextFesa)
self.updateFESAMakeSpecific() self.updateFESAMakeSpecific()
return modified return modified
def migrateDeployUnit(self, context, projectDir ): def migrateDeployUnit(self, context, projectDir ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment