Changeset 19390 for trunk/FACT++
- Timestamp:
- 11/13/18 16:16:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Time.h
r18966 r19390 114 114 std::string SecondsTo(const Time & = Time()) const; 115 115 116 Time GetPrevSunRise(double horizon, const std::string &obs=" ORM") const;117 Time GetNextSunRise(double horizon, const std::string &obs=" ORM") const;116 Time GetPrevSunRise(double horizon, const std::string &obs="") const; 117 Time GetNextSunRise(double horizon, const std::string &obs="") const; 118 118 119 Time GetPrevSunRise(const std::string &obs=" ORM") const;120 Time GetNextSunRise(const std::string &obs=" ORM") const;119 Time GetPrevSunRise(const std::string &obs="") const; 120 Time GetNextSunRise(const std::string &obs="") const; 121 121 122 uint32_t NightAsInt(const std::string &obs=" ORM") const;122 uint32_t NightAsInt(const std::string &obs="") const; 123 123 }; 124 124
Note:
See TracChangeset
for help on using the changeset viewer.