|
Public 型 |
enum | {
tStringTime,
tIntegerTime,
tElapsedTimeOfLastInitialize,
tElapsedTimeOfLastUpdate,
tYear,
tMonth,
tDay,
tHour,
tMinute,
tSecond,
tNumberOfChannels
} |
enum | { tStatusSuccess = 0
} |
Public メソッド |
| TSoftwareClockModule (Tint nchannel=tNumberOfChannels) |
| TSoftwareClockModule (const TSoftwareClockModule &right) |
| ~TSoftwareClockModule () |
const TSoftwareClockModule & | operator= (const TSoftwareClockModule &right) |
Tbool | operator== (const TSoftwareClockModule &right) const |
Tbool | operator!= (const TSoftwareClockModule &right) const |
Tint | Clear () |
Tint | Update () |
Tint | Initialize () |
Tvoid | FillData (TDataElement &element, Tint channel) |
const TSystemClock & | GetSystemClock () const |
TSystemClock & | GetSystemClock () |
Tvoid | SetSystemClock (const TSystemClock &clock) |
Tstring | GetStringTime () |
Tint | GetIntegerTime () |
Tstring | WhatTimeIsItNow () |
Tstring | WhatTimeIsIt (Tint second=-1) |
Tint | GetElapsedTimeOfLastInitialize (const Tstring &unit=Tsec) |
Tint | GetElapsedTimeOfLastUpdate (const Tstring &unit=Tsec) |
Tint | GetYear () |
Tint | GetMonth () |
Tint | GetDay () |
Tint | GetHour () |
Tint | GetMinute () |
Tint | GetSecond () |
virtual Tbool | operator== (const TSoftwareModule &right) const |
virtual Tbool | operator== (const TModule &right) const |
virtual Tbool | operator!= (const TSoftwareModule &right) const |
virtual Tbool | operator!= (const TModule &right) const |
Tint | GetNumberOfChannels () const |
Tint | GetStatus () const |
Tvoid | SetNumberOfChannels (Tint nchannel) |
Tvoid | SetStatus (Tint status) |
Tbool | IsSuccess () const |
Protected 変数 |
Tint | theNumberOfChannels |
Tint | theStatus |