Go to the source code of this file.
Variables | |
| package | ENVCANParser |
| use | strict |
| use | POSIX |
| our | $VERSION = 0.5 |
| my | results |
| my | directions |
| package ENVCANParser |
Definition at line 9 of file ENVCANParser.pm.
| use strict |
Definition at line 10 of file ENVCANParser.pm.
| use POSIX |
Definition at line 11 of file ENVCANParser.pm.
| our $VERSION = 0.5 |
Definition at line 14 of file ENVCANParser.pm.
| my results |
Definition at line 16 of file ENVCANParser.pm.
| my directions |
( N => "North", NNE => "North Northeast", S => "South", ENE => "East Northeast", E => "East", ESE => "East Southeast", W => "West", SSE => "South Southeast", NE => "Northeast", SSW => "South Southwest", NW => "Northwest", WSW => "West Southwest", SE => "Southeast", WNW => "West Northwest", SW => "Southwest", NNW => "North Northwest")
Definition at line 17 of file ENVCANParser.pm.
1.6.3