Module TimeBase

IDL source    Global index
module TimeBase


Type index.

  • InaccuracyT
  • IntervalT
  • TdfT
  • TimeT
  • UtcT
  • Types.

  • InaccuracyT

      typedef TimeT InaccuracyT;
    

  • IntervalT

      struct IntervalT {
        TimeT lower_bound; 
        TimeT upper_bound; 
      }; 
    

  • TdfT

      typedef short TdfT;
    

  • TimeT

      typedef unsigned long long TimeT;
    

  • UtcT

      struct UtcT {
        TimeT time; 
        unsigned long inacclo; 
        unsigned short inacchi; 
        TdfT tdf; 
      }; 
    


    Generated by Sandia idldoc 1.0.