Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

#!/usr/bin/env python 

""" 

@file ion/agents/instrumentagents/simulators/Simulator_constants.py 

@author Bill Bollenbacher 

@brief Constants associated with all simulators. These are to be shared 

    between the instrument driver and the simulator. 

""" 

 

NO_PORT_NUMBER_FOUND = 0 

NUMBER_OF_PORTS_AVAILABLE = 100 

 

portNumbers = { 

    'sim_SBE49' : 9100, 

    'sim_WHSentinelADCP' : 9200, 

}