/**
  \page CommandFramecppSample framecpp_sample
  <p>
  <b>Usage:</b> framecpp_sample [options]
  <p>
    Creates various sample files.

  <TABLE>
    <TR>
      <TH><CENTER>Option</CENTER></TH>
      <TH><CENTER>Description</CENTER></TH>
    </TR>
    <TR>
      <TD>--version</TD>
      <TD>
        Verion of the frame specification to use for the output frame. (Default: 8 )
      </TD>
    </TR>
    <TR>
      <TD>--test-frame-mode</TD>
      <TD>
        Enable test frame mode (Default: 0 )
      </TD>
    </TR>
    <TR>
      <TD>--start-time</TD>
      <TD>
        Specify the gps start time in seconds. (Default: 600000000 )
      </TD>
    </TR>
    <TR>
      <TD>--iterations</TD>
      <TD>
        Number of sets of channels to produce. This can be used to inflate the size of a frame. (Default: 1 )
      </TD>
    </TR>
    <TR>
      <TD>--help</TD>
      <TD>
        Display this message
      </TD>
    </TR>
    <TR>
      <TD>--duration</TD>
      <TD>
        The length of the frame in seconds. (Default: 1 )
      </TD>
    </TR>
    <TR>
      <TD>--duration</TD>
      <TD>
        Add a channel type to the output frame. This option may appear multiple times on the command line to specify multiple channel types.
      </TD>
    </TR>
    <TR>
      <TD>--description</TD>
      <TD>
        Specify the contents of the discription portion of the frame filename. (Default: ilwd_test_frame )
      </TD>
    </TR>
  </TABLE>
*/
