![]() |
MAK Data Logger API Documentation for DIS
|
Instances of DtLgcyLgrDelFilePdu are used to tell a remote logger to delete a logger file. More...
Inheritance diagram for DtLgcyLgrDelFilePdu:
Collaboration diagram for DtLgcyLgrDelFilePdu:Public Member Functions | |
| DtLgcyLgrDelFilePdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor More... | |
| DtLgcyLgrDelFilePdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct from network representation) More... | |
| DtLgcyLgrDelFilePdu (DtGlobalObjectDesignator &sender, DtGlobalObjectDesignator &receiver, const char *name, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| constructor (construct and prepare for send) More... | |
| virtual | ~DtLgcyLgrDelFilePdu () |
| destructor More... | |
| DtLgcyLgrDelFilePdu (const DtLgcyLgrDelFilePdu &src) | |
| copy constructor More... | |
| DtLgcyLgrDelFilePdu & | operator= (const DtLgcyLgrDelFilePdu &src) |
| assignment operator More... | |
| virtual const char * | filename () const |
| Get/set the name of file to be deleted. More... | |
| virtual void | setFilename (const char *path) |
| virtual DtLgcyLgrStringParams * | params () const |
| Return correctly casted parameters pointer; see legacyLgrControlP.h. More... | |
| virtual void | printData () const |
| Diagnostic output. More... | |
Public Member Functions inherited from DtLgcyLgrControlPdu | |
| DtLgcyLgrControlPdu (DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER) | |
| (default) constructor More... | |
| DtLgcyLgrControlPdu (const DtNetLgcyLgrControlPdu *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER, DtPduFactory *pduFactory=0) | |
| constructor (constructs from network representation) More... | |
| virtual | ~DtLgcyLgrControlPdu () |
| destructor More... | |
| DtLgcyLgrControlPdu (const DtLgcyLgrControlPdu &src) | |
| copy constructor More... | |
| DtLgcyLgrControlPdu & | operator= (const DtLgcyLgrControlPdu &src) |
| assignment operator More... | |
| const DtGlobalObjectDesignator & | receiverId () const |
| Get/set Object Identifier of intended recipient (logger). More... | |
| virtual void | setReceiverId (const DtGlobalObjectDesignator &id) |
| virtual const DtGlobalObjectDesignator & | senderId () const |
| Get/set Object Identifier of sender, if applicable. More... | |
| virtual void | setSenderId (const DtGlobalObjectDesignator &id) |
| DtLgrCommand | lgrCommand () const |
| Get message-type for proper casting to a subclass. More... | |
| DtNetLgcyLgrControlParams * | defaultParams () const |
| Data place holder. More... | |
Private Attributes | |
| DtFilename | myFilename |
| Parameter. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from DtLgcyLgrControlPdu | |
| static DtPdu * | create (const DtNetPacket *initial, DtBufferPtr buffer=DtUSE_INTERNAL_BUFFER, DtPduFactory *pduFactory=0) |
| Create a PDU representation from a network packet. More... | |
| static DtLgcyLgrControlPdu * | create (DtLgrCommand command) |
| Create a PDU from DtLgrCommand. More... | |
| static void | addCallback (DtExerciseConn *conn, DtLgcyLgrControlInteractionCb cb, void *usr) |
| DIS – install/remove handler to call when receiving a LC packet. More... | |
| static void | removeCallback (DtExerciseConn *conn, DtLgcyLgrControlInteractionCb cb, void *usr) |
| static const char * | lgrModeEnum2string (DtLgcyLgrMode md) |
| The name (as a string) of a 'DtLgcyLgrMode'-type enum (from value) More... | |
| static const char * | lgrFilePosEnum2string (DtLgcyLgrFilePosition pos) |
| The name (as a string) of a 'DtLgcyLgrFilePosition'-type enum (from value) More... | |
| static const char * | lgrStateFlag2string (DtLgcyLgrCtrlFlagStates flg) |
| The name (as a string) of a 'DtLgcyLgrCtrlFlagStates'-type enum (from value) More... | |
Protected Member Functions inherited from DtLgcyLgrControlPdu | |
| DtPduKind | internalGetPduKind () const |
| Identity for use by toolkit. More... | |
| void | setLgrCommand (DtLgrCommand com) |
| Set is done by constructing the proper subclass. More... | |
Instances of DtLgcyLgrDelFilePdu are used to tell a remote logger to delete a logger file.
| DtLgcyLgrDelFilePdu::DtLgcyLgrDelFilePdu | ( | DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER | ) |
(default) constructor
| DtLgcyLgrDelFilePdu::DtLgcyLgrDelFilePdu | ( | const DtNetLgcyLgrControlPdu * | initial, |
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
constructor (construct from network representation)
| DtLgcyLgrDelFilePdu::DtLgcyLgrDelFilePdu | ( | DtGlobalObjectDesignator & | sender, |
| DtGlobalObjectDesignator & | receiver, | ||
| const char * | name, | ||
| DtBufferPtr | buffer = DtUSE_INTERNAL_BUFFER |
||
| ) |
constructor (construct and prepare for send)
|
virtual |
destructor
| DtLgcyLgrDelFilePdu::DtLgcyLgrDelFilePdu | ( | const DtLgcyLgrDelFilePdu & | src | ) |
copy constructor
|
virtual |
Get/set the name of file to be deleted.
| DtLgcyLgrDelFilePdu& DtLgcyLgrDelFilePdu::operator= | ( | const DtLgcyLgrDelFilePdu & | src | ) |
assignment operator
|
virtual |
Return correctly casted parameters pointer; see legacyLgrControlP.h.
|
virtual |
Diagnostic output.
Reimplemented from DtLgcyLgrControlPdu.
|
virtual |
|
private |
Parameter.