|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <Interval.hpp>
Public 成员函数 | |
| double | start () const |
| double | stop () const |
| double & | start () |
| double & | stop () |
| double | duration () const |
| void | setStartStop (double start, double stop) |
| errc_t | merge (const Interval &other) |
静态 Public 成员函数 | |
| static Interval | Zero () |
Public 属性 | |
| double | start_ |
| double | stop_ |
相对时间区间
相对时间区间类,用于表示时间区间的开始时间和结束时间
|
inline |
合并两个时间区间
| other | 另一个时间区间 |
|
inline |
设置时间区间的开始时间和结束时间
| start | 开始时间 |
| stop | 结束时间 |