Loading...
Searching...
No Matches
realvirtual.SHMSignal Struct Reference
Struct for an SHM Signal. More...
Public Attributes | |
Signal | signal |
Connected Signal to the SHM signal. | |
string | name |
Name of the SHM signal. | |
SIGNALTYPE | type |
Type of the SHM signal. | |
SIGNALDIRECTION | direction |
Direction of the SHM signal. | |
int | mempos |
Memory position (byte position) in the Shared memory of the signal. | |
byte | bit |
Bit position (0 if no bit) of the Signal in the shared memory. | |
Detailed Description
Struct for an SHM Signal.
Member Data Documentation
◆ bit
byte realvirtual.SHMSignal.bit |
Bit position (0 if no bit) of the Signal in the shared memory.
◆ direction
SIGNALDIRECTION realvirtual.SHMSignal.direction |
Direction of the SHM signal.
◆ mempos
int realvirtual.SHMSignal.mempos |
Memory position (byte position) in the Shared memory of the signal.
◆ name
string realvirtual.SHMSignal.name |
Name of the SHM signal.
◆ signal
Signal realvirtual.SHMSignal.signal |
Connected Signal to the SHM signal.
◆ type
SIGNALTYPE realvirtual.SHMSignal.type |
Type of the SHM signal.