This file is indexed.

/usr/lib/python2.7/dist-packages/air_modes/air_modes_swig.py is in gr-air-modes 0.0.2.c29eb60-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 3.0.12
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.

from sys import version_info as _swig_python_version_info
if _swig_python_version_info >= (2, 7, 0):
    def swig_import_helper():
        import importlib
        pkg = __name__.rpartition('.')[0]
        mname = '.'.join((pkg, '_air_modes_swig')).lstrip('.')
        try:
            return importlib.import_module(mname)
        except ImportError:
            return importlib.import_module('_air_modes_swig')
    _air_modes_swig = swig_import_helper()
    del swig_import_helper
elif _swig_python_version_info >= (2, 6, 0):
    def swig_import_helper():
        from os.path import dirname
        import imp
        fp = None
        try:
            fp, pathname, description = imp.find_module('_air_modes_swig', [dirname(__file__)])
        except ImportError:
            import _air_modes_swig
            return _air_modes_swig
        try:
            _mod = imp.load_module('_air_modes_swig', fp, pathname, description)
        finally:
            if fp is not None:
                fp.close()
        return _mod
    _air_modes_swig = swig_import_helper()
    del swig_import_helper
else:
    import _air_modes_swig
del _swig_python_version_info

try:
    _swig_property = property
except NameError:
    pass  # Python < 2.2 doesn't have 'property'.

try:
    import builtins as __builtin__
except ImportError:
    import __builtin__

def _swig_setattr_nondynamic(self, class_type, name, value, static=1):
    if (name == "thisown"):
        return self.this.own(value)
    if (name == "this"):
        if type(value).__name__ == 'SwigPyObject':
            self.__dict__[name] = value
            return
    method = class_type.__swig_setmethods__.get(name, None)
    if method:
        return method(self, value)
    if (not static):
        object.__setattr__(self, name, value)
    else:
        raise AttributeError("You cannot add attributes to %s" % self)


def _swig_setattr(self, class_type, name, value):
    return _swig_setattr_nondynamic(self, class_type, name, value, 0)


def _swig_getattr(self, class_type, name):
    if (name == "thisown"):
        return self.this.own()
    method = class_type.__swig_getmethods__.get(name, None)
    if method:
        return method(self)
    raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name))


def _swig_repr(self):
    try:
        strthis = "proxy of " + self.this.__repr__()
    except __builtin__.Exception:
        strthis = ""
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)


def _swig_setattr_nondynamic_method(set):
    def set_attr(self, name, value):
        if (name == "thisown"):
            return self.this.own(value)
        if hasattr(self, name) or (name == "this"):
            set(self, name, value)
        else:
            raise AttributeError("You cannot add attributes to %s" % self)
    return set_attr



def high_res_timer_now():
    """high_res_timer_now() -> gr::high_res_timer_type"""
    return _air_modes_swig.high_res_timer_now()

def high_res_timer_now_perfmon():
    """high_res_timer_now_perfmon() -> gr::high_res_timer_type"""
    return _air_modes_swig.high_res_timer_now_perfmon()

def high_res_timer_tps():
    """high_res_timer_tps() -> gr::high_res_timer_type"""
    return _air_modes_swig.high_res_timer_tps()

def high_res_timer_epoch():
    """high_res_timer_epoch() -> gr::high_res_timer_type"""
    return _air_modes_swig.high_res_timer_epoch()
class preamble(object):
    """Proxy of C++ gr::air_modes::preamble class."""

    thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')

    def __init__(self, *args, **kwargs):
        raise AttributeError("No constructor defined - class is abstract")
    __repr__ = _swig_repr

    def make(channel_rate, threshold_db):
        """make(float channel_rate, float threshold_db) -> preamble_sptr"""
        return _air_modes_swig.preamble_make(channel_rate, threshold_db)

    make = staticmethod(make)

    def set_rate(self, channel_rate):
        """set_rate(preamble self, float channel_rate)"""
        return _air_modes_swig.preamble_set_rate(self, channel_rate)


    def set_threshold(self, threshold_db):
        """set_threshold(preamble self, float threshold_db)"""
        return _air_modes_swig.preamble_set_threshold(self, threshold_db)


    def get_rate(self):
        """get_rate(preamble self) -> float"""
        return _air_modes_swig.preamble_get_rate(self)


    def get_threshold(self):
        """get_threshold(preamble self) -> float"""
        return _air_modes_swig.preamble_get_threshold(self)

    __swig_destroy__ = _air_modes_swig.delete_preamble
    __del__ = lambda self: None
preamble_swigregister = _air_modes_swig.preamble_swigregister
preamble_swigregister(preamble)

def preamble_make(channel_rate, threshold_db):
    """preamble_make(float channel_rate, float threshold_db) -> preamble_sptr"""
    return _air_modes_swig.preamble_make(channel_rate, threshold_db)

class slicer(object):
    """Proxy of C++ gr::air_modes::slicer class."""

    thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')

    def __init__(self, *args, **kwargs):
        raise AttributeError("No constructor defined")
    __repr__ = _swig_repr

    def make(queue):
        """make(msg_queue_sptr queue) -> slicer_sptr"""
        return _air_modes_swig.slicer_make(queue)

    make = staticmethod(make)
    __swig_destroy__ = _air_modes_swig.delete_slicer
    __del__ = lambda self: None
slicer_swigregister = _air_modes_swig.slicer_swigregister
slicer_swigregister(slicer)

def slicer_make(queue):
    """slicer_make(msg_queue_sptr queue) -> slicer_sptr"""
    return _air_modes_swig.slicer_make(queue)

class preamble_sptr(object):
    """Proxy of C++ boost::shared_ptr<(gr::air_modes::preamble)> class."""

    thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
    __repr__ = _swig_repr

    def __init__(self, *args):
        """
        __init__(boost::shared_ptr<(gr::air_modes::preamble)> self) -> preamble_sptr
        __init__(boost::shared_ptr<(gr::air_modes::preamble)> self, preamble p) -> preamble_sptr
        """
        this = _air_modes_swig.new_preamble_sptr(*args)
        try:
            self.this.append(this)
        except __builtin__.Exception:
            self.this = this

    def __deref__(self):
        """__deref__(preamble_sptr self) -> preamble"""
        return _air_modes_swig.preamble_sptr___deref__(self)

    __swig_destroy__ = _air_modes_swig.delete_preamble_sptr
    __del__ = lambda self: None

    def make(self, channel_rate, threshold_db):
        """make(preamble_sptr self, float channel_rate, float threshold_db) -> preamble_sptr"""
        return _air_modes_swig.preamble_sptr_make(self, channel_rate, threshold_db)


    def set_rate(self, channel_rate):
        """set_rate(preamble_sptr self, float channel_rate)"""
        return _air_modes_swig.preamble_sptr_set_rate(self, channel_rate)


    def set_threshold(self, threshold_db):
        """set_threshold(preamble_sptr self, float threshold_db)"""
        return _air_modes_swig.preamble_sptr_set_threshold(self, threshold_db)


    def get_rate(self):
        """get_rate(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_get_rate(self)


    def get_threshold(self):
        """get_threshold(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_get_threshold(self)


    def history(self):
        """history(preamble_sptr self) -> unsigned int"""
        return _air_modes_swig.preamble_sptr_history(self)


    def declare_sample_delay(self, *args):
        """
        declare_sample_delay(preamble_sptr self, int which, int delay)
        declare_sample_delay(preamble_sptr self, unsigned int delay)
        """
        return _air_modes_swig.preamble_sptr_declare_sample_delay(self, *args)


    def sample_delay(self, which):
        """sample_delay(preamble_sptr self, int which) -> unsigned int"""
        return _air_modes_swig.preamble_sptr_sample_delay(self, which)


    def output_multiple(self):
        """output_multiple(preamble_sptr self) -> int"""
        return _air_modes_swig.preamble_sptr_output_multiple(self)


    def relative_rate(self):
        """relative_rate(preamble_sptr self) -> double"""
        return _air_modes_swig.preamble_sptr_relative_rate(self)


    def start(self):
        """start(preamble_sptr self) -> bool"""
        return _air_modes_swig.preamble_sptr_start(self)


    def stop(self):
        """stop(preamble_sptr self) -> bool"""
        return _air_modes_swig.preamble_sptr_stop(self)


    def nitems_read(self, which_input):
        """nitems_read(preamble_sptr self, unsigned int which_input) -> uint64_t"""
        return _air_modes_swig.preamble_sptr_nitems_read(self, which_input)


    def nitems_written(self, which_output):
        """nitems_written(preamble_sptr self, unsigned int which_output) -> uint64_t"""
        return _air_modes_swig.preamble_sptr_nitems_written(self, which_output)


    def max_noutput_items(self):
        """max_noutput_items(preamble_sptr self) -> int"""
        return _air_modes_swig.preamble_sptr_max_noutput_items(self)


    def set_max_noutput_items(self, m):
        """set_max_noutput_items(preamble_sptr self, int m)"""
        return _air_modes_swig.preamble_sptr_set_max_noutput_items(self, m)


    def unset_max_noutput_items(self):
        """unset_max_noutput_items(preamble_sptr self)"""
        return _air_modes_swig.preamble_sptr_unset_max_noutput_items(self)


    def is_set_max_noutput_items(self):
        """is_set_max_noutput_items(preamble_sptr self) -> bool"""
        return _air_modes_swig.preamble_sptr_is_set_max_noutput_items(self)


    def set_min_noutput_items(self, m):
        """set_min_noutput_items(preamble_sptr self, int m)"""
        return _air_modes_swig.preamble_sptr_set_min_noutput_items(self, m)


    def min_noutput_items(self):
        """min_noutput_items(preamble_sptr self) -> int"""
        return _air_modes_swig.preamble_sptr_min_noutput_items(self)


    def max_output_buffer(self, i):
        """max_output_buffer(preamble_sptr self, int i) -> long"""
        return _air_modes_swig.preamble_sptr_max_output_buffer(self, i)


    def set_max_output_buffer(self, *args):
        """
        set_max_output_buffer(preamble_sptr self, long max_output_buffer)
        set_max_output_buffer(preamble_sptr self, int port, long max_output_buffer)
        """
        return _air_modes_swig.preamble_sptr_set_max_output_buffer(self, *args)


    def min_output_buffer(self, i):
        """min_output_buffer(preamble_sptr self, int i) -> long"""
        return _air_modes_swig.preamble_sptr_min_output_buffer(self, i)


    def set_min_output_buffer(self, *args):
        """
        set_min_output_buffer(preamble_sptr self, long min_output_buffer)
        set_min_output_buffer(preamble_sptr self, int port, long min_output_buffer)
        """
        return _air_modes_swig.preamble_sptr_set_min_output_buffer(self, *args)


    def pc_noutput_items(self):
        """pc_noutput_items(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_noutput_items(self)


    def pc_noutput_items_avg(self):
        """pc_noutput_items_avg(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_noutput_items_avg(self)


    def pc_noutput_items_var(self):
        """pc_noutput_items_var(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_noutput_items_var(self)


    def pc_nproduced(self):
        """pc_nproduced(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_nproduced(self)


    def pc_nproduced_avg(self):
        """pc_nproduced_avg(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_nproduced_avg(self)


    def pc_nproduced_var(self):
        """pc_nproduced_var(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_nproduced_var(self)


    def pc_input_buffers_full(self, *args):
        """
        pc_input_buffers_full(preamble_sptr self, int which) -> float
        pc_input_buffers_full(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_input_buffers_full(self, *args)


    def pc_input_buffers_full_avg(self, *args):
        """
        pc_input_buffers_full_avg(preamble_sptr self, int which) -> float
        pc_input_buffers_full_avg(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_input_buffers_full_avg(self, *args)


    def pc_input_buffers_full_var(self, *args):
        """
        pc_input_buffers_full_var(preamble_sptr self, int which) -> float
        pc_input_buffers_full_var(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_input_buffers_full_var(self, *args)


    def pc_output_buffers_full(self, *args):
        """
        pc_output_buffers_full(preamble_sptr self, int which) -> float
        pc_output_buffers_full(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_output_buffers_full(self, *args)


    def pc_output_buffers_full_avg(self, *args):
        """
        pc_output_buffers_full_avg(preamble_sptr self, int which) -> float
        pc_output_buffers_full_avg(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_output_buffers_full_avg(self, *args)


    def pc_output_buffers_full_var(self, *args):
        """
        pc_output_buffers_full_var(preamble_sptr self, int which) -> float
        pc_output_buffers_full_var(preamble_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.preamble_sptr_pc_output_buffers_full_var(self, *args)


    def pc_work_time(self):
        """pc_work_time(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_work_time(self)


    def pc_work_time_avg(self):
        """pc_work_time_avg(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_work_time_avg(self)


    def pc_work_time_var(self):
        """pc_work_time_var(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_work_time_var(self)


    def pc_work_time_total(self):
        """pc_work_time_total(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_work_time_total(self)


    def pc_throughput_avg(self):
        """pc_throughput_avg(preamble_sptr self) -> float"""
        return _air_modes_swig.preamble_sptr_pc_throughput_avg(self)


    def set_processor_affinity(self, mask):
        """set_processor_affinity(preamble_sptr self, std::vector< int,std::allocator< int > > const & mask)"""
        return _air_modes_swig.preamble_sptr_set_processor_affinity(self, mask)


    def unset_processor_affinity(self):
        """unset_processor_affinity(preamble_sptr self)"""
        return _air_modes_swig.preamble_sptr_unset_processor_affinity(self)


    def processor_affinity(self):
        """processor_affinity(preamble_sptr self) -> std::vector< int,std::allocator< int > >"""
        return _air_modes_swig.preamble_sptr_processor_affinity(self)


    def active_thread_priority(self):
        """active_thread_priority(preamble_sptr self) -> int"""
        return _air_modes_swig.preamble_sptr_active_thread_priority(self)


    def thread_priority(self):
        """thread_priority(preamble_sptr self) -> int"""
        return _air_modes_swig.preamble_sptr_thread_priority(self)


    def set_thread_priority(self, priority):
        """set_thread_priority(preamble_sptr self, int priority) -> int"""
        return _air_modes_swig.preamble_sptr_set_thread_priority(self, priority)


    def name(self):
        """name(preamble_sptr self) -> std::string"""
        return _air_modes_swig.preamble_sptr_name(self)


    def symbol_name(self):
        """symbol_name(preamble_sptr self) -> std::string"""
        return _air_modes_swig.preamble_sptr_symbol_name(self)


    def input_signature(self):
        """input_signature(preamble_sptr self) -> io_signature_sptr"""
        return _air_modes_swig.preamble_sptr_input_signature(self)


    def output_signature(self):
        """output_signature(preamble_sptr self) -> io_signature_sptr"""
        return _air_modes_swig.preamble_sptr_output_signature(self)


    def unique_id(self):
        """unique_id(preamble_sptr self) -> long"""
        return _air_modes_swig.preamble_sptr_unique_id(self)


    def to_basic_block(self):
        """to_basic_block(preamble_sptr self) -> basic_block_sptr"""
        return _air_modes_swig.preamble_sptr_to_basic_block(self)


    def check_topology(self, ninputs, noutputs):
        """check_topology(preamble_sptr self, int ninputs, int noutputs) -> bool"""
        return _air_modes_swig.preamble_sptr_check_topology(self, ninputs, noutputs)


    def alias(self):
        """alias(preamble_sptr self) -> std::string"""
        return _air_modes_swig.preamble_sptr_alias(self)


    def set_block_alias(self, name):
        """set_block_alias(preamble_sptr self, std::string name)"""
        return _air_modes_swig.preamble_sptr_set_block_alias(self, name)


    def _post(self, which_port, msg):
        """_post(preamble_sptr self, swig_int_ptr which_port, swig_int_ptr msg)"""
        return _air_modes_swig.preamble_sptr__post(self, which_port, msg)


    def message_ports_in(self):
        """message_ports_in(preamble_sptr self) -> swig_int_ptr"""
        return _air_modes_swig.preamble_sptr_message_ports_in(self)


    def message_ports_out(self):
        """message_ports_out(preamble_sptr self) -> swig_int_ptr"""
        return _air_modes_swig.preamble_sptr_message_ports_out(self)


    def message_subscribers(self, which_port):
        """message_subscribers(preamble_sptr self, swig_int_ptr which_port) -> swig_int_ptr"""
        return _air_modes_swig.preamble_sptr_message_subscribers(self, which_port)

preamble_sptr_swigregister = _air_modes_swig.preamble_sptr_swigregister
preamble_sptr_swigregister(preamble_sptr)


preamble_sptr.__repr__ = lambda self: "<gr_block %s (%d)>" % (self.name(), self.unique_id())
preamble = preamble.make;

class slicer_sptr(object):
    """Proxy of C++ boost::shared_ptr<(gr::air_modes::slicer)> class."""

    thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
    __repr__ = _swig_repr

    def __init__(self, *args):
        """
        __init__(boost::shared_ptr<(gr::air_modes::slicer)> self) -> slicer_sptr
        __init__(boost::shared_ptr<(gr::air_modes::slicer)> self, slicer p) -> slicer_sptr
        """
        this = _air_modes_swig.new_slicer_sptr(*args)
        try:
            self.this.append(this)
        except __builtin__.Exception:
            self.this = this

    def __deref__(self):
        """__deref__(slicer_sptr self) -> slicer"""
        return _air_modes_swig.slicer_sptr___deref__(self)

    __swig_destroy__ = _air_modes_swig.delete_slicer_sptr
    __del__ = lambda self: None

    def make(self, queue):
        """make(slicer_sptr self, msg_queue_sptr queue) -> slicer_sptr"""
        return _air_modes_swig.slicer_sptr_make(self, queue)


    def history(self):
        """history(slicer_sptr self) -> unsigned int"""
        return _air_modes_swig.slicer_sptr_history(self)


    def declare_sample_delay(self, *args):
        """
        declare_sample_delay(slicer_sptr self, int which, int delay)
        declare_sample_delay(slicer_sptr self, unsigned int delay)
        """
        return _air_modes_swig.slicer_sptr_declare_sample_delay(self, *args)


    def sample_delay(self, which):
        """sample_delay(slicer_sptr self, int which) -> unsigned int"""
        return _air_modes_swig.slicer_sptr_sample_delay(self, which)


    def output_multiple(self):
        """output_multiple(slicer_sptr self) -> int"""
        return _air_modes_swig.slicer_sptr_output_multiple(self)


    def relative_rate(self):
        """relative_rate(slicer_sptr self) -> double"""
        return _air_modes_swig.slicer_sptr_relative_rate(self)


    def start(self):
        """start(slicer_sptr self) -> bool"""
        return _air_modes_swig.slicer_sptr_start(self)


    def stop(self):
        """stop(slicer_sptr self) -> bool"""
        return _air_modes_swig.slicer_sptr_stop(self)


    def nitems_read(self, which_input):
        """nitems_read(slicer_sptr self, unsigned int which_input) -> uint64_t"""
        return _air_modes_swig.slicer_sptr_nitems_read(self, which_input)


    def nitems_written(self, which_output):
        """nitems_written(slicer_sptr self, unsigned int which_output) -> uint64_t"""
        return _air_modes_swig.slicer_sptr_nitems_written(self, which_output)


    def max_noutput_items(self):
        """max_noutput_items(slicer_sptr self) -> int"""
        return _air_modes_swig.slicer_sptr_max_noutput_items(self)


    def set_max_noutput_items(self, m):
        """set_max_noutput_items(slicer_sptr self, int m)"""
        return _air_modes_swig.slicer_sptr_set_max_noutput_items(self, m)


    def unset_max_noutput_items(self):
        """unset_max_noutput_items(slicer_sptr self)"""
        return _air_modes_swig.slicer_sptr_unset_max_noutput_items(self)


    def is_set_max_noutput_items(self):
        """is_set_max_noutput_items(slicer_sptr self) -> bool"""
        return _air_modes_swig.slicer_sptr_is_set_max_noutput_items(self)


    def set_min_noutput_items(self, m):
        """set_min_noutput_items(slicer_sptr self, int m)"""
        return _air_modes_swig.slicer_sptr_set_min_noutput_items(self, m)


    def min_noutput_items(self):
        """min_noutput_items(slicer_sptr self) -> int"""
        return _air_modes_swig.slicer_sptr_min_noutput_items(self)


    def max_output_buffer(self, i):
        """max_output_buffer(slicer_sptr self, int i) -> long"""
        return _air_modes_swig.slicer_sptr_max_output_buffer(self, i)


    def set_max_output_buffer(self, *args):
        """
        set_max_output_buffer(slicer_sptr self, long max_output_buffer)
        set_max_output_buffer(slicer_sptr self, int port, long max_output_buffer)
        """
        return _air_modes_swig.slicer_sptr_set_max_output_buffer(self, *args)


    def min_output_buffer(self, i):
        """min_output_buffer(slicer_sptr self, int i) -> long"""
        return _air_modes_swig.slicer_sptr_min_output_buffer(self, i)


    def set_min_output_buffer(self, *args):
        """
        set_min_output_buffer(slicer_sptr self, long min_output_buffer)
        set_min_output_buffer(slicer_sptr self, int port, long min_output_buffer)
        """
        return _air_modes_swig.slicer_sptr_set_min_output_buffer(self, *args)


    def pc_noutput_items(self):
        """pc_noutput_items(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_noutput_items(self)


    def pc_noutput_items_avg(self):
        """pc_noutput_items_avg(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_noutput_items_avg(self)


    def pc_noutput_items_var(self):
        """pc_noutput_items_var(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_noutput_items_var(self)


    def pc_nproduced(self):
        """pc_nproduced(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_nproduced(self)


    def pc_nproduced_avg(self):
        """pc_nproduced_avg(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_nproduced_avg(self)


    def pc_nproduced_var(self):
        """pc_nproduced_var(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_nproduced_var(self)


    def pc_input_buffers_full(self, *args):
        """
        pc_input_buffers_full(slicer_sptr self, int which) -> float
        pc_input_buffers_full(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_input_buffers_full(self, *args)


    def pc_input_buffers_full_avg(self, *args):
        """
        pc_input_buffers_full_avg(slicer_sptr self, int which) -> float
        pc_input_buffers_full_avg(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_input_buffers_full_avg(self, *args)


    def pc_input_buffers_full_var(self, *args):
        """
        pc_input_buffers_full_var(slicer_sptr self, int which) -> float
        pc_input_buffers_full_var(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_input_buffers_full_var(self, *args)


    def pc_output_buffers_full(self, *args):
        """
        pc_output_buffers_full(slicer_sptr self, int which) -> float
        pc_output_buffers_full(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_output_buffers_full(self, *args)


    def pc_output_buffers_full_avg(self, *args):
        """
        pc_output_buffers_full_avg(slicer_sptr self, int which) -> float
        pc_output_buffers_full_avg(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_output_buffers_full_avg(self, *args)


    def pc_output_buffers_full_var(self, *args):
        """
        pc_output_buffers_full_var(slicer_sptr self, int which) -> float
        pc_output_buffers_full_var(slicer_sptr self) -> pmt_vector_float
        """
        return _air_modes_swig.slicer_sptr_pc_output_buffers_full_var(self, *args)


    def pc_work_time(self):
        """pc_work_time(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_work_time(self)


    def pc_work_time_avg(self):
        """pc_work_time_avg(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_work_time_avg(self)


    def pc_work_time_var(self):
        """pc_work_time_var(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_work_time_var(self)


    def pc_work_time_total(self):
        """pc_work_time_total(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_work_time_total(self)


    def pc_throughput_avg(self):
        """pc_throughput_avg(slicer_sptr self) -> float"""
        return _air_modes_swig.slicer_sptr_pc_throughput_avg(self)


    def set_processor_affinity(self, mask):
        """set_processor_affinity(slicer_sptr self, std::vector< int,std::allocator< int > > const & mask)"""
        return _air_modes_swig.slicer_sptr_set_processor_affinity(self, mask)


    def unset_processor_affinity(self):
        """unset_processor_affinity(slicer_sptr self)"""
        return _air_modes_swig.slicer_sptr_unset_processor_affinity(self)


    def processor_affinity(self):
        """processor_affinity(slicer_sptr self) -> std::vector< int,std::allocator< int > >"""
        return _air_modes_swig.slicer_sptr_processor_affinity(self)


    def active_thread_priority(self):
        """active_thread_priority(slicer_sptr self) -> int"""
        return _air_modes_swig.slicer_sptr_active_thread_priority(self)


    def thread_priority(self):
        """thread_priority(slicer_sptr self) -> int"""
        return _air_modes_swig.slicer_sptr_thread_priority(self)


    def set_thread_priority(self, priority):
        """set_thread_priority(slicer_sptr self, int priority) -> int"""
        return _air_modes_swig.slicer_sptr_set_thread_priority(self, priority)


    def name(self):
        """name(slicer_sptr self) -> std::string"""
        return _air_modes_swig.slicer_sptr_name(self)


    def symbol_name(self):
        """symbol_name(slicer_sptr self) -> std::string"""
        return _air_modes_swig.slicer_sptr_symbol_name(self)


    def input_signature(self):
        """input_signature(slicer_sptr self) -> io_signature_sptr"""
        return _air_modes_swig.slicer_sptr_input_signature(self)


    def output_signature(self):
        """output_signature(slicer_sptr self) -> io_signature_sptr"""
        return _air_modes_swig.slicer_sptr_output_signature(self)


    def unique_id(self):
        """unique_id(slicer_sptr self) -> long"""
        return _air_modes_swig.slicer_sptr_unique_id(self)


    def to_basic_block(self):
        """to_basic_block(slicer_sptr self) -> basic_block_sptr"""
        return _air_modes_swig.slicer_sptr_to_basic_block(self)


    def check_topology(self, ninputs, noutputs):
        """check_topology(slicer_sptr self, int ninputs, int noutputs) -> bool"""
        return _air_modes_swig.slicer_sptr_check_topology(self, ninputs, noutputs)


    def alias(self):
        """alias(slicer_sptr self) -> std::string"""
        return _air_modes_swig.slicer_sptr_alias(self)


    def set_block_alias(self, name):
        """set_block_alias(slicer_sptr self, std::string name)"""
        return _air_modes_swig.slicer_sptr_set_block_alias(self, name)


    def _post(self, which_port, msg):
        """_post(slicer_sptr self, swig_int_ptr which_port, swig_int_ptr msg)"""
        return _air_modes_swig.slicer_sptr__post(self, which_port, msg)


    def message_ports_in(self):
        """message_ports_in(slicer_sptr self) -> swig_int_ptr"""
        return _air_modes_swig.slicer_sptr_message_ports_in(self)


    def message_ports_out(self):
        """message_ports_out(slicer_sptr self) -> swig_int_ptr"""
        return _air_modes_swig.slicer_sptr_message_ports_out(self)


    def message_subscribers(self, which_port):
        """message_subscribers(slicer_sptr self, swig_int_ptr which_port) -> swig_int_ptr"""
        return _air_modes_swig.slicer_sptr_message_subscribers(self, which_port)

slicer_sptr_swigregister = _air_modes_swig.slicer_sptr_swigregister
slicer_sptr_swigregister(slicer_sptr)


slicer_sptr.__repr__ = lambda self: "<gr_block %s (%d)>" % (self.name(), self.unique_id())
slicer = slicer.make;