Skip to content

Commit

Permalink
Updated files for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEI-Saravanan committed Jul 1, 2016
1 parent 69530be commit 285a451
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Documents/1 Development Environment/topics/nsis.dita
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p>The BUSMASTER install script is located under <filepath>Installation Setup\BUSMASTER Install Script.nsi</filepath>.</p>
<p>The setup is depicted in the diagram below which shows how the installer build generation process is initiated by User and how the script accesses the artifacts from various locations under the <filepath>Sources</filepath> and <filepath>Documents\4 Help</filepath> folder. Prior to building the script, the artifacts needs to be generated by building the BUSMASTER application in Visual studio environment (VC++) and DITA-OT.<image href="../images/installation.png" placement="break"/></p>
<title>Dependency</title>
<p>Install script expects Visual Studio 2012 Redistributable package to be available under the folder Tools\VC++ 2012 Redistributable\vcredist_x86.exe</p>
<p>Install script expects Visual Studio 2013 Redistributable package to be available under the folder Tools\VC++ 2013 Redistributable\vcredist_x86.exe</p>
</section>
</body>
</topic>
3 changes: 1 addition & 2 deletions Sources/BUSMASTER/Application/BUSMASTER.rc
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ IDB_BMP_GRAPH_ELEMENTS BITMAP "res\\GraphElements.bmp"
IDR_BMP_CHECKBOX BITMAP "res\\bmp_chec.bmp"
IDB_BMP_FILTER BITMAP "res\\Filter.bmp"
IDB_BMPLOGO BITMAP "res\\logo.bmp"
IDB_LICENSEDLG BITMAP "LockKey.bmp"
IDB_MAINFRAME BITMAP "Res\\Toolbar.bmp"
IDB_MAINFRAME_HOT BITMAP "Res\\Toolbar_hot.bmp"
IDB_MAINFRAME_DISABLED BITMAP "Res\\Toolbar_disabled.bmp"
Expand Down Expand Up @@ -1781,7 +1780,7 @@ BEGIN
IDS_INVALID_DB_PROMPT "Invalid database filename"
ID_ACTIVE_DATABASE_NAME " "
IDS_MESSAGE_NAME "Message Name"
IDS_VERSION "Ver 3.0.0"
IDS_VERSION "Ver 3.0.0Nightly158"
IDS_HEADER "***NOTE: PLEASE DO NOT EDIT THIS DOCUMENT***\n\n\n***[START LOGGING SESSION]***\n"
IDS_FOOTER "***[END LOGGING SESSION]***"
IDS_CONNECT "&Connect\tF2"
Expand Down
1 change: 0 additions & 1 deletion Sources/BUSMASTER/Application/BUSMASTERJPN.rc
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ IDB_BMP_GRAPH_ELEMENTS BITMAP "res\\GraphElements.bmp"
IDR_BMP_CHECKBOX BITMAP "res\\bmp_chec.bmp"
IDB_BMP_FILTER BITMAP "res\\Filter.bmp"
IDB_BMPLOGO BITMAP "res\\logo.bmp"
IDB_LICENSEDLG BITMAP "LockKey.bmp"
IDR_NODE_SIMULATION BITMAP "Res\\toolbar_user_prog.bmp"
IDB_NODE_SIMULATION BITMAP "Res\\toolbar_user_prog.bmp"
IDB_NODE_SIMULATION_HOT BITMAP "Res\\toolbar_user_prog_Hot.bmp"
Expand Down
1 change: 0 additions & 1 deletion Sources/BUSMASTER/Application/Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#define IDD_DLG_FIBEX_IMPORT 108
#define IDI_ICON_J1939_LOG_DISABLED 109
#define IDI_ICON_J1939_ONLINE_DISABLED 110
#define IDB_LICENSEDLG 110
#define IDI_ICON_J1939_TRANSMIT_DISABLED 111
#define IDR_CAN_MONITOR 111
#define IDI_ICON_CAN_CONNECT 112
Expand Down
Binary file added Sources/BUSMASTER/BIN/Debug/DBManager.dll
Binary file not shown.
Binary file added Sources/BUSMASTER/BIN/Release/DBManager.dll
Binary file not shown.
25 changes: 4 additions & 21 deletions Sources/Kernel/BusmasterDriverInterface/Include/BaseDIL_FLEXRAY.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* @brief Base class for CDIL_FLEXRAY class.
* @author Arunkumar Karri
* @copyright Copyright (c) 2011, Robert Bosch Engineering and Business Solutions. All rights reserved.
*
* Base class for CDIL_FLEXRAY class.
*/
* Copyright Robert Bosch Engineering and Business Solutions Private Limited. All Rights Reserved.
*/



#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 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 Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/**
* @brief Interface file containing Base class which should be implemented for Flexray devices from different vendors
* @author Arunkumar Karri
* @copyright Copyright (c) 2011, Robert Bosch Engineering and Business Solutions. All rights reserved.
*
* Interface file containing Base class which should be implemented for Flexray devices from different vendors
*/
* Copyright Robert Bosch Engineering and Business Solutions Private Limited. All Rights Reserved.
*/

#pragma once
#include <windows.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright Robert Bosch Engineering and Business Solutions Private Limited. All Rights Reserved.
*/

#pragma once
#include <string>
#include "DeviceListInfo.h"
Expand Down
3 changes: 3 additions & 0 deletions Sources/Kernel/ProtocolDefinitions/FlexRayDefines.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/*
* Copyright Robert Bosch Engineering and Business Solutions Private Limited. All Rights Reserved.
*/
#pragma once

#include "FlexRayEnums.h"
Expand Down
7 changes: 4 additions & 3 deletions Sources/Kernel/ProtocolDefinitions/FlexRayEnums.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once


/*
* Copyright Robert Bosch Engineering and Business Solutions Private Limited. All Rights Reserved.
*/

#pragma once

enum eFlexRayChannel
{
Expand Down

0 comments on commit 285a451

Please sign in to comment.