~ubuntu-branches/ubuntu/trusty/gnuradio/trusty-updates

« back to all changes in this revision

Viewing changes to gnuradio-core/src/lib/general/gr_encode_ccsds_27_bb.cc

  • Committer: Package Import Robot
  • Author(s): A. Maitland Bottoms
  • Date: 2012-02-26 21:26:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120226212616-vsfkbi1158xshdql
Tags: 3.5.1-1
* new upstream version, re-packaged from scratch with modern tools
    closes: #642716, #645332, #394849, #616832, #590048, #642580,
    #647018, #557050, #559640, #631863
* CMake build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- c++ -*- */
2
2
/*
3
 
 * Copyright 2004,2008 Free Software Foundation, Inc.
 
3
 * Copyright 2004,2008,2010 Free Software Foundation, Inc.
4
4
 * 
5
5
 * GNU Radio is free software; you can redistribute it and/or modify
6
6
 * it under the terms of the GNU General Public License as published by
32
32
gr_encode_ccsds_27_bb_sptr 
33
33
gr_make_encode_ccsds_27_bb()
34
34
{
35
 
  return gr_encode_ccsds_27_bb_sptr(new gr_encode_ccsds_27_bb());
 
35
  return gnuradio::get_initial_sptr(new gr_encode_ccsds_27_bb());
36
36
}
37
37
 
38
38
gr_encode_ccsds_27_bb::gr_encode_ccsds_27_bb()