Astro-GCN

 view release on metacpan or  search on metacpan

Constants/Constants.pm  view on Meta::CPAN


# This packet type is undefined
use constant TYPE_UNDEF	=> 0;

# BATSE-Original Trigger coords packet
use constant TYPE_GRB_COORDS => 1;

# Test coords packet  
use constant TYPE_TEST_COORDS => 2;

# I'm_alive packet 
use constant TYPE_IM_ALIVE => 3;

# Kill a socket connection packet
use constant TYPE_KILL_SOCKET => 4; 

# MAXC1/BC packet 
use constant TYPE_MAXBC	=> 11;
  
# Special Test coords packet for BRADFORD  
use constant TYPE_BRAD_COORDS => 21;



( run in 1.048 second using v1.01-cache-2.11-cpan-df04353d9ac )