mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 17:30:55 +00:00
Reorganized classes into separate files
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
from re import (compile, match)
|
||||
|
||||
class ChannelMap:
|
||||
|
||||
"""
|
||||
Represents a set of all the channels to which an event applies.
|
||||
"""
|
||||
|
||||
_chan_map = { "V" : (True, False, False),
|
||||
_chan_map = {
|
||||
"V" : (True, False, False),
|
||||
"A" : (False, True, False),
|
||||
"A2" : (False, False, True),
|
||||
"AA" : (False, True, True),
|
||||
|
||||
Reference in New Issue
Block a user