#include <MultiRegCamStr.h>

Public Member Functions | |
| AngleIdTime () | |
| Default constructor. | |
| AngleIdTime (Angle angle, int id, long int ttSec, long int ttUSec) | |
| Complete constructor. | |
| ~AngleIdTime () | |
| Destructor. | |
| void | setTimeSec (long int sec) |
| Set the time in second. | |
| void | setTimeUSec (long int usec) |
| Set the time in microseconds. | |
| void | setTime (long int sec, long int usec) |
| Set the two time variables. | |
| long int | getTimeSec () |
| Get the time in seconds. | |
| long int | getTimeUSec () |
| bool | overTime (long int sec, long int usec) |
| bool | underTime (long int sec, long int usec) |
| Decimal | getTime () |
| bool | underTime (Decimal sec) |
| bool | overTime (Decimal sec) |
| MipAlgorithms::AngleIdTime::AngleIdTime | ( | ) | [inline] |
Default constructor.
| MipAlgorithms::AngleIdTime::AngleIdTime | ( | Angle | angle, | |
| int | id, | |||
| long int | ttSec, | |||
| long int | ttUSec | |||
| ) |
Complete constructor.
| MipAlgorithms::AngleIdTime::~AngleIdTime | ( | ) |
Destructor.
| void MipAlgorithms::AngleIdTime::setTimeSec | ( | long int | sec | ) |
Set the time in second.
| void MipAlgorithms::AngleIdTime::setTimeUSec | ( | long int | usec | ) |
Set the time in microseconds.
| void MipAlgorithms::AngleIdTime::setTime | ( | long int | sec, | |
| long int | usec | |||
| ) |
Set the two time variables.
| long int MipAlgorithms::AngleIdTime::getTimeSec | ( | ) |
Get the time in seconds.
| long int MipAlgorithms::AngleIdTime::getTimeUSec | ( | ) |
| bool MipAlgorithms::AngleIdTime::overTime | ( | long int | sec, | |
| long int | usec | |||
| ) |
| bool MipAlgorithms::AngleIdTime::underTime | ( | long int | sec, | |
| long int | usec | |||
| ) |
| Decimal MipAlgorithms::AngleIdTime::getTime | ( | ) |
| bool MipAlgorithms::AngleIdTime::underTime | ( | Decimal | sec | ) |
| bool MipAlgorithms::AngleIdTime::overTime | ( | Decimal | sec | ) |
1.5.6