Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
835bc8c4
Commit
835bc8c4
authored
Feb 01, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GPL headera added
parent
97e5ff76
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
172 additions
and
4 deletions
+172
-4
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.c
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.c
+19
-0
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.h
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.h
+19
-0
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
+19
-0
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.h
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.h
+19
-0
ssabox/lib/ssabox/src/ssabox_plc_antisway.c
ssabox/lib/ssabox/src/ssabox_plc_antisway.c
+19
-0
ssabox/lib/ssabox/src/ssabox_plc_antisway.h
ssabox/lib/ssabox/src/ssabox_plc_antisway.h
+19
-0
ssabox/lib/ssabox/src/ssabox_plc_servoreg.c
ssabox/lib/ssabox/src/ssabox_plc_servoreg.c
+19
-1
ssabox/lib/ssabox/src/ssabox_plc_servoreg.h
ssabox/lib/ssabox/src/ssabox_plc_servoreg.h
+19
-2
ssabox/lib/ssabox/src/ssabox_sr_regulator_methods.c
ssabox/lib/ssabox/src/ssabox_sr_regulator_methods.c
+20
-1
No files found.
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.c
View file @
835bc8c4
/*
* Proview $Id: ssabox_as_ode_solvers.c,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*2005-02-13 File: AS_ODE_Solvers.c
* Author: Jonas Haulin email: joha7211@student.uu.se
* Contains functions that will integrate the discretized DE:s for sway angle,
...
...
ssabox/lib/ssabox/src/ssabox_as_ode_solvers.h
View file @
835bc8c4
/*
* Proview $Id: ssabox_as_ode_solvers.h,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.c
View file @
835bc8c4
/*
* Proview $Id: ssabox_as_phasor_methods.c,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*2005-02-13 File: AS_phasor_methods.c
* Author: Jonas Haulin email: joha7211@student.uu.se
* Contains internal and engine functions for antisway objects.
...
...
ssabox/lib/ssabox/src/ssabox_as_phasor_methods.h
View file @
835bc8c4
/*
* Proview $Id: ssabox_as_phasor_methods.h,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
ssabox/lib/ssabox/src/ssabox_plc_antisway.c
View file @
835bc8c4
/*
* Proview $Id: ssabox_plc_antisway.c,v 1.3 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
ssabox/lib/ssabox/src/ssabox_plc_antisway.h
View file @
835bc8c4
/*
* Proview $Id: ssabox_plc_antisway.h,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
ssabox/lib/ssabox/src/ssabox_plc_servoreg.c
View file @
835bc8c4
/*
* Proview $Id: ssabox_plc_servoreg.c,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
@@ -5,7 +24,6 @@
* = = = = = = = = = = = = =
**********************************************************************
*
* Filename : $pwrp_src:ra_plc_user.c
*
* Description : Contains main functions for anti-sway control,
* : called from plc
...
...
ssabox/lib/ssabox/src/ssabox_plc_servoreg.h
View file @
835bc8c4
/*
* Proview $Id: ssabox_plc_servoreg.h,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*********************************************************************
**********************************************************************
*
...
...
@@ -5,8 +24,6 @@
* = = = = = = = = = = = = =
**********************************************************************
*
* Filename : $pwrp_inc:ra_plc_user.h
*
* Description : This header file is included by the plc modules
* : and allows the user to include function prototypes,
* : defines, typedefs etc.
...
...
ssabox/lib/ssabox/src/ssabox_sr_regulator_methods.c
View file @
835bc8c4
/*2005-09-14 File: SR_regulator_methods.c
/*
* Proview $Id: ssabox_sr_regulator_methods.c,v 1.2 2006-02-01 08:21:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the program, if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
/*
* Author: Jonas Haulin email: jonas@haulin.se
* Contains internal and engine functions for antisway objects.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment