Skip to content

Commit

Permalink
Add usage of not_null to example architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
MyApaulogies committed Jun 28, 2024
1 parent 2872f54 commit b66a028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ discriminant:
- name: packets_Per_Tick
# Required - parameter type
type: Natural
# Optional - puts "not null" in front of the type. Defaults to false, and only should be used for access types
not_null: false
# Optional - parameter description
description: The number of packets to send every time the Tick_T_Recv_Sync connector is invoked.
- name: enabled_At_Startup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ init:
- name: Packets_Per_Tick
# Required - parameter type
type: Natural
# Optional - puts "not null" in front of the type. Defaults to false, and only should be used for access types
not_null: false
# Optional - parameter description
description: The number of packets to send every time the Tick_T_Recv_Sync connector is invoked.
- name: Enabled_At_Startup
Expand Down

0 comments on commit b66a028

Please sign in to comment.