Changes between Version 116 and Version 117 of Writing Rules/Tlmt


Ignore:
Timestamp:
Mar 3, 2009, 9:41:21 AM (15 years ago)
Author:
alinevieiramello@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Writing Rules/Tlmt

    v116 v117  
    9191The data members of the '''soclib_payload_extension''' can be accessed through the following access functions:
    9292{{{
    93   // Command related method
     93  // Command related methods
    9494  bool         is_read() const {return (m_soclib_command == VCI_READ_COMMAND);}
    9595  void         set_read() {m_soclib_command = VCI_READ_COMMAND;}
     
    109109  void         set_command(const enum command c) {m_soclib_command = c;}
    110110
    111   // identification related method
     111  // identification related methods
    112112  unsigned int get_src_id() const {return m_src_id;}
    113113  void         set_src_id(unsigned int id) {m_src_id = id;}