Instances of DtLgrRecFilePdu are used to switch a remote logger to recording-mode and to set the file into which to store captured simulation traffic. More...
Inheritance diagram for DtLgrRecFilePdu:
Collaboration diagram for DtLgrRecFilePdu:Public Member Functions | |
| DtLgrRecFilePdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor | |
| DtLgrRecFilePdu (const DtNetLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) | |
| DtLgrRecFilePdu (const DtEntityIdentifier &sender, const DtEntityIdentifier &receiver, const char *name, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) | |
| virtual | ~DtLgrRecFilePdu () |
| destructor | |
| DtLgrRecFilePdu (const DtLgrRecFilePdu &src) | |
| copy constructor | |
| DtLgrRecFilePdu & | operator= (const DtLgrRecFilePdu &src) |
| assignment operator | |
| virtual const char * | filename () const |
| Get/set the name of file into which traffic will be recorded. | |
| virtual void | setFilename (const char *path) |
| virtual DtLgrStringParams * | params () const |
| Return correctly casted parameters pointer; see lgrControlP.h. | |
| virtual void | printData () const |
| Diagnostic output. | |
Private Attributes | |
| DtFilename | myFilename |
| Parameter. | |
Instances of DtLgrRecFilePdu are used to switch a remote logger to recording-mode and to set the file into which to store captured simulation traffic.