forked from ni/nixnet-python
-
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.
docs(DB): Finish all the database annotations/docs.
Add all DB annotations and docstrings. Many imports moved into methods to avoid circular imports. Fixes ni#48 Fixes ni#209 Fixes some of ni#211 (annotations and docs) BREAKING CHANGE: Renamed: * Cluster.database_ref -> Cluster.database * Cluster.pd_us_reqd -> Cluster.pdus_reqd * Cluster.sig_refs -> Cluster.sigs * Ecu.clst_ref -> Ecu.clst * Ecu.rx_frm_refs -> Ecu.rx_frms * Ecu.tx_frm_refs -> Ecu.tx_frms * Ecu.linp_2min -> Ecu.lin_p2_min * Ecu.lins_tmin -> Ecu.lin_st_min * Frame.cluster_ref -> Frame.cluster * Frame.sig_refs -> Frame.sigs * Frame.mux_data_mux_sig_ref -> Frame.mux_data_mux_sig_ref * Frame.pdu_refs -> Frame.pdus * LinSched.clst_ref -> LinSched.clst * Pdu.cluster_ref -> Pdu.cluster * Pdu.frm_refs -> Pdu.frms * Pdu.mux_data_mux_sig_ref -> Pdu.mux_data_mux_sig * Pdu.mux_static_sig_refs -> Pdu.mux_static_sigs * Signal.frame_ref -> Signal.frame * Signal.pdu_ref -> Signal.pdu * Signal.mux_subfrm_ref -> Signal.mux_subfrm * SubFrame.frm_ref -> SubFrame.frm * SubFrame.pdu_ref -> SubFrame.pdu Changed types: * Frame.application_protocol is now constants.AppProtocol * Frame.can_timing_type type is now constants.FrameCanTiming * Frame.lin_checksum type is now constants.FrameLinChecksum * All property renames that dropped "ref" now get/set the db object except for Cluster.database (opened issue ni#244) Removed: * IntfCanFdIsoMode (unused duplicate of CanFdIsoMode)
- Loading branch information
Showing
23 changed files
with
1,902 additions
and
131 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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,7 @@ | ||
nixnet.database.linsched | ||
======================== | ||
|
||
.. automodule:: nixnet.database._lin_sched | ||
:members: | ||
:inherited-members: | ||
:show-inheritance: |
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,7 @@ | ||
nixnet.database.linsched_entry | ||
============================== | ||
|
||
.. automodule:: nixnet.database._lin_sched_entry | ||
:members: | ||
:inherited-members: | ||
:show-inheritance: |
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,7 @@ | ||
nixnet.database.pdu | ||
=================== | ||
|
||
.. automodule:: nixnet.database._pdu | ||
:members: | ||
:inherited-members: | ||
:show-inheritance: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 @@ | ||
nixnet.database.subframe | ||
======================== | ||
|
||
.. automodule:: nixnet.database._subframe | ||
:members: | ||
:inherited-members: | ||
:show-inheritance: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.