import "TimeBase.pidl";
Public Types | |
| typedef UtcT_var | _var_type |
Static Public Member Functions | |
| void | _tao_any_destructor (void *) |
Public Attributes | |
| TimeT | time |
| The actual time. | |
| unsigned long | inacclo |
| The lowest bound for innacuracy. | |
| unsigned short | inacchi |
| The upper bound for the innacuracy. | |
| TdfT | tdf |
| TimeBase::TimeT | time |
| CORBA::ULong | inacclo |
| CORBA::UShort | inacchi |
| TimeBase::TdfT | tdf |
The inaccuracy is packed into inacclo & inacchi. tdf holds the time displacement factor.
There are a total of 16 octets in this struct.
Definition at line 67 of file TimeBase.pidl.
|
|
Definition at line 108 of file TimeBaseC.h. |
|
|
Definition at line 54 of file TimeBaseC.cpp.
00057 {
00058 UtcT *_tao_tmp_pointer =
00059 static_cast<UtcT *> (_tao_void_pointer);
00060 delete _tao_tmp_pointer;
00061 }
|
|
|
Definition at line 113 of file TimeBaseC.h. |
|
|
The upper bound for the innacuracy.
Definition at line 76 of file TimeBase.pidl. Referenced by operator<<(), and operator>>(). |
|
|
Definition at line 112 of file TimeBaseC.h. |
|
|
The lowest bound for innacuracy.
Definition at line 73 of file TimeBase.pidl. Referenced by operator<<(), and operator>>(). |
|
|
Definition at line 114 of file TimeBaseC.h. |
|
|
Definition at line 79 of file TimeBase.pidl. Referenced by operator<<(), and operator>>(). |
|
|
Definition at line 111 of file TimeBaseC.h. |
|
|
The actual time.
Definition at line 70 of file TimeBase.pidl. Referenced by operator<<(), and operator>>(). |
1.3.6