forked from rbei-etas/busmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5d2283
commit 9c9a1ea
Showing
262 changed files
with
7,283 additions
and
13,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference/EnableErrorHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference/EnableKeyHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference/EnableMsgHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference_J1939/EnableAllHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference_J1939/EnableErrorHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference_J1939/EnableKeyHandlers.dita
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Documents/4 Help_New/references/api_reference_J1939/EnableMsgHandlers.dita
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
Documents/4 Help_New/references/api_reference_LIN/Connect.dita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
Documents/4 Help_New/references/api_reference_LIN/DisableLogging.dita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!-- This document was created with Syntext Serna Free. --><!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "http://docs.oasis-open.org/dita/v1.1/OS/dtd/reference.dtd" []> | ||
<reference id="DisableLogging" xml:lang="en-us"> | ||
<title>DisableLogging : To stop logging</title> | ||
<refbody> | ||
<section> | ||
<title>Synopsis</title> | ||
<codeblock>UINT DisableLogging ( )</codeblock> | ||
</section> | ||
<section> | ||
<title>Description</title> | ||
<p>This function will disable logging. The return value of this function will be 0 or 1.</p> | ||
</section> | ||
<section> | ||
<title>Inputs</title> | ||
<p>-</p> | ||
</section> | ||
<section> | ||
<title>Returns</title> | ||
<p>A value zero indicate failure condition while a value 1 indicate a success condition. This function can return 0 in case logging is already OFF</p> | ||
</section> | ||
</refbody> | ||
</reference> |
Oops, something went wrong.