Example Selector DIR (direction of transmission)
Note
Please note the semantics of Rx for CAPL nodes in the Simulation Setup.- Technical References are only available in English
- © Vector Informatik GmbH
on message 0x100 {
if (this.DIR == Rx) {
write("message 0x100 received");
}
if (this.DIR == Tx) {
write("message 0x100 sent");
}
}