removed examples
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
//!allow(unused): Ignore unused GAMs in this file
|
||||
//!allow(implicit): Ignore implicit signals in this file
|
||||
|
||||
+Data = {
|
||||
Class = ReferenceContainer
|
||||
+MyDS = {
|
||||
Class = FileReader
|
||||
Filename = "test"
|
||||
Signals = {}
|
||||
}
|
||||
}
|
||||
|
||||
+MyGAM = {
|
||||
Class = IOGAM
|
||||
InputSignals = {
|
||||
// Implicit signal (not in MyDS)
|
||||
ImplicitSig = {
|
||||
DataSource = MyDS
|
||||
Type = uint32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Unused GAM
|
||||
+UnusedGAM = {
|
||||
Class = IOGAM
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user