DDS::Duration_t Struct Reference
[Time Support]

Type for duration representation. More...

#include <managed_infrastructure.h>

List of all members.

Public Member Functions

System::Boolean is_infinite ()
System::Boolean is_zero ()
System::Boolean is_auto ()

Public Attributes

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

Properties

static System::Int32 DURATION_ZERO_SEC [get]
 A zero-length second period of time.
static System::Int32 DURATION_ZERO_NSEC [get]
 A zero-length nano-second period of time.
static System::Int32 DURATION_INFINITE_SEC [get]
 An infinite second period of time.
static System::Int32 DURATION_INFINITE_NSEC [get]
 An infinite nano-second period of time.
static Duration_t DURATION_INFINITE [get]
 An infinite period of time.
static Duration_t DURATION_ZERO [get]
 A zero-length period of time.
static System::Int32 DURATION_AUTO_SEC [get]
static System::Int32 DURATION_AUTO_NSEC [get]
static Duration_t DURATION_AUTO [get]
 Duration is automatically assigned.


Detailed Description

Type for duration representation.

Represents a time interval.


Member Data Documentation

System::Int32 DDS::Duration_t::sec

seconds

System::UInt32 DDS::Duration_t::nanosec

nanoseconds


Property Documentation

System:: Int32 DDS::Duration_t::DURATION_AUTO_SEC [static, get]

System:: Int32 DDS::Duration_t::DURATION_AUTO_NSEC [static, get]


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