|
WSF
|
Represents a unique ID for an event owned by this simulation. More...
#include <WsfExtEventId.hpp>
Public Member Functions | |
| WsfExtEventId () | |
| WsfExtEventId (uint16_t aSite, uint16_t aApplication, uint16_t aEventNumber) | |
| WsfExtEventId (std::string aIssuer, uint16_t aEventNumber) | |
| uint16_t | GetSite () const |
| uint16_t | GetApplication () const |
| const std::string & | GetIssuer () const |
| uint16_t | GetNumber () const |
| void | SetSite (uint16_t aSite) |
| void | SetApplication (uint16_t aApplication) |
| void | SetIssuer (const std::string &aIssuer) |
| void | SetNumber (uint16_t aNumber) |
Public Attributes | |
| uint16_t | mSite |
| uint16_t | mApplication |
| std::string | mIssuer |
| uint16_t | mEventNumber |
Represents a unique ID for an event owned by this simulation.
| WsfExtEventId::WsfExtEventId | ( | ) |
References mApplication, mEventNumber, and mSite.
| WsfExtEventId::WsfExtEventId | ( | uint16_t | aSite, |
| uint16_t | aApplication, | ||
| uint16_t | aEventNumber ) |
References mApplication, mEventNumber, mIssuer, and mSite.
| WsfExtEventId::WsfExtEventId | ( | std::string | aIssuer, |
| uint16_t | aEventNumber ) |
References mApplication, mEventNumber, mIssuer, and mSite.
|
inline |
References mApplication.
|
inline |
References mIssuer.
|
inline |
References mEventNumber.
|
inline |
References mSite.
|
inline |
References mApplication.
|
inline |
References mIssuer.
|
inline |
References mEventNumber.
|
inline |
References mSite.
| uint16_t WsfExtEventId::mApplication |
Referenced by GetApplication(), SetApplication(), WsfExtEventId(), WsfExtEventId(), and WsfExtEventId().
| uint16_t WsfExtEventId::mEventNumber |
Referenced by GetNumber(), SetNumber(), WsfExtEventId(), WsfExtEventId(), and WsfExtEventId().
| std::string WsfExtEventId::mIssuer |
Referenced by GetIssuer(), SetIssuer(), WsfExtEventId(), and WsfExtEventId().
| uint16_t WsfExtEventId::mSite |
Referenced by GetSite(), SetSite(), WsfExtEventId(), WsfExtEventId(), and WsfExtEventId().