Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
IssueGeneralLogic.h
Go to the documentation of this file.
1 #ifndef ISSUEGENERALLOGIC_H
2 #define ISSUEGENERALLOGIC_H
3 
4 #include <inttypes.h>
5 
7 {
8 public:
11 
18  static bool IsOnLastTripBusStop( const int32_t tripBusStopIndex, bool &continuousTripFollowing );
19 
20 private:
23 };
24 
25 #endif // ISSUEGENERALLOGIC_H
static bool IsTripSelectionByCommandNumberEnabled()
Definition: IssueGeneralLogic.cpp:20
static bool IsOnLastTripBusStop(const int32_t tripBusStopIndex, bool &continuousTripFollowing)
IsOnLastTripBusStop - method checks if specified busstop is the last busstop on trip.
Definition: IssueGeneralLogic.cpp:44
static bool IsTripSelectionByLineTripEnabled()
Definition: IssueGeneralLogic.cpp:32
Definition: IssueGeneralLogic.h:6