DDS::Time_t Struct Reference
[Time Support]

Type for time representation. More...

#include <managed_infrastructure.h>

List of all members.

Public Member Functions

System::Boolean is_zero ()
 Check if time is zero.
System::Boolean is_invalid_time ()

Public Attributes

System::Int32 sec
 seconds
System::UInt32 nanosec
 nanoseconds

Properties

static System::Int32 TIME_INVALID_SEC [get]
 A sentinel indicating an invalid second of time.
static System::Int32 TIME_INVALID_NSEC [get]
 A sentinel indicating an invalid nano-second of time.
static Time_t TIME_ZERO [get]
 The default instant in time: zero seconds and zero nanoseconds.
static Time_t TIME_INVALID [get]
 A sentinel indicating an invalid time.


Detailed Description

Type for time representation.

A DDS::Time_t represents a moment in time.


Member Data Documentation

System::Int32 DDS::Time_t::sec

seconds

System::UInt32 DDS::Time_t::nanosec

nanoseconds


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc