Goose  Diff

Differences From Artifact [704e9df7ca]:

  • File bs/llr/gettemporary.h — part of check-in [de2ecb573c] at 2019-08-02 14:32:59 on branch trunk —
    • Removed ComplexVariable and related support code in llr. This will be replaced with a much better system.
    • Temporaries are now identified both by a cfg identifier, and an index within that cfg.
    (user: achavasse size: 706)

To Artifact [e23dadf210]:

  • File bs/llr/gettemporary.h — part of check-in [af650a9e95] at 2019-09-22 14:37:55 on branch trunk — Project renaming. (user: achavasse size: 700)

1
2
3
4
5
6
7
8
9
10
11
#ifndef EMPATHY_LLR_GETTEMPORARY_H
#define EMPATHY_LLR_GETTEMPORARY_H

namespace empathy::llr
{
    class GetTemporary
    {
        public:
            GetTemporary( uint32_t cfgId, uint32_t index ) :
                m_cfgId( cfgId ),
                m_index( index )
|
|

|







1
2
3
4
5
6
7
8
9
10
11
#ifndef GOOSE_LLR_GETTEMPORARY_H
#define GOOSE_LLR_GETTEMPORARY_H

namespace goose::llr
{
    class GetTemporary
    {
        public:
            GetTemporary( uint32_t cfgId, uint32_t index ) :
                m_cfgId( cfgId ),
                m_index( index )