10 #ifndef _STOPLISTITEM_H 11 #define _STOPLISTITEM_H 16 #if( FMI_SUPPORT_A603 ) virtual void readFromStream(std::istream &aStream)
Read a ClientListItem from an input stream.
StopListItem()
Constructor.
Data structure to hold details of an A603 stop that the server needs to keep.
void setCurrentName(CString aName)
Set the current name of the stop.
void setParent(FileBackedMap< StopListItem > *aParent)
Set the parent.
Stores the name associated with a list item that is sent to the client.
uint16 stop_status_status_type
Enumeration for Stop Status protocol.
void setStopStatus(stop_status_status_type aStatus)
Set the stop status.
stop_status_status_type getStopStatus() const
Get the stop status.
FileBackedMap< StopListItem > * mParent
The map that this item belongs to, or NULL if none.
stop_status_status_type mStopStatus
The last known stop status for this stop.
unsigned long int uint32
32-bit unsigned integer