Bases: object
Class to hold a SeedLink stream selectors for a network/station.
Variables: |
|
---|
Attributes
MAX_SELECTOR_SIZE | int(x=0) -> int or long |
__dict__ | |
__doc__ | str(object=’‘) -> string |
__module__ | str(object=’‘) -> string |
__weakref__ | list of weak references to the object (if defined) |
btime | |
net | |
selectors | list() -> new empty list |
seqnum | int(x=0) -> int or long |
station |
Public Methods
appendSelectors | Appends a selectors String to the current selectors for this |
getSLTimeStamp | Returns the time stamp in SeedLink string format: |
getSelectors | Returns the selectors as an array of Strings |
Special Methods
__init__ | Creates a new instance of SLNetStation. |