Model Railroad System
2.2.1
|
General response class. More...
Public Member Functions | |
TimeStamp () | |
Return the time stamp of the response. More... | |
ResponseType () | |
Return the response type. More... | |
CommandStationResponse (name,...) | |
Constructor. More... | |
Private Attributes | |
_time_stamp | |
Holds the time stamp of the response. More... | |
General response class.
All responses are delegated from this class, via a component element.
-responsetype | This readonly option contains the response type and determines the type of object installed in the actual response component. |
xpressnet::CommandStationResponse::CommandStationResponse | ( | name | , |
... | |||
) |
Constructor.
Construct a response object. The actual response is installed as a component of this object.
-responsetype | This readonly option contains the response type and determines the type of object installed in the actual response component. |
xpressnet::CommandStationResponse::ResponseType | ( | ) |
Return the response type.
xpressnet::CommandStationResponse::TimeStamp | ( | ) |
Return the time stamp of the response.
|
private |
Holds the time stamp of the response.